Back to Devexpress

CustomizePivotCellEventArgs.RowType Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-customizepivotcelleventargs.md

latest1.6 KB
Original Source

CustomizePivotCellEventArgs.RowType Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public ExportCellType RowType { get; }
vb
Public ReadOnly Property RowType As ExportCellType

Property Value

TypeDescription
ExportCellType

The type of the row containing the cell.

|

Available values:

NameDescription
None

A row or column does not correspond to any specific type.

| | Value |

A row or column that is a group value.

| | GroupHeader |

A row or column that is a group header.

|

Remarks

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

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.XtraPivotGrid Namespace