Back to Devexpress

CustomExportCellEventArgs.ColumnField Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-customexportcelleventargs.md

latest1.7 KB
Original Source

CustomExportCellEventArgs.ColumnField Property

Gets the column field which corresponds to the current cell.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridField ColumnField { get; }
vb
Public ReadOnly Property ColumnField As PivotGridField

Property Value

TypeDescription
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

ColumnValue

RowField

CustomExportCellEventArgs Class

CustomExportCellEventArgs Members

DevExpress.XtraPivotGrid Namespace