CustomExportCellEventArgs.RowField Property
In This Article
Gets the row field which corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridField RowField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also