Skip to main content
A newer version of this page is available. .
All docs
V20.2

CustomizePivotCellEventArgs.RowType Property

Gets a value that identifies the row with the specified cell in the exported document.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public PivotGridExportCellType RowType { get; }

Property Value

Type Description
DevExpress.Xpf.PivotGrid.PivotGridExportCellType

The type of the row that contains the cell.

Remarks

Use the CustomizePivotCellEventArgs.ColumnType property to identify the column type.

See Also