Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomizePivotCellEventArgs.RowType Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

public ExportCellType RowType { get; }

#Property Value

Type Description
ExportCellType

The type of the row containing the cell.

Available values:

Name Description
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