WebCustomExportCellEventArgs.ColumnField Property
Gets the column field that corresponds to the current cell.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| PivotGridField | A PivotGridField object that specifies the column field. null (Nothing in Visual Basic) if a column grand total cell is being processed. |
See Also