CustomExportCellEventArgs.RowField Property
Gets the row field which corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
PivotGridField | A PivotGridField object that represents the row field. null (Nothing in Visual Basic) if a row grand total cell is being processed. |
See Also