Skip to main content

CustomExportCellEventArgs.ColumnField Property

Gets the column field which corresponds to the current cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridField ColumnField { get; }

Property Value

Type Description
PivotGridField

A PivotGridField object that represents the column field. null (Nothing in Visual Basic) if a column grand total cell is being processed.

See Also