WebCustomExportCellEventArgs.ColumnField Property
In This Article
Gets the column field that corresponds to the current cell.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridField ColumnField { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
See Also