CustomExportCellEventArgs.DataField Property
In This Article
Gets the data field which identifies the column where the processed cell resides.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridField DataField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also