WebCustomExportCellEventArgs.DataField Property
Gets the data field that identifies the column/row where the processed cell resides.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridField | A PivotGridField object that identifies the column where the processed cell resides. |
See Also