Back to Devexpress

PivotGridCustomSummaryEventArgsBase<T>.ColumnField Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridcustomsummaryeventargsbase-1-70c2c75e.md

latest2.1 KB
Original Source

PivotGridCustomSummaryEventArgsBase<T>.ColumnField Property

Gets the column field that corresponds to the current cell.

Namespace : DevExpress.XtraPivotGrid.Data

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
T

A PivotGridFieldBase class descendant that represents the column field.

|

Remarks

If the current cell resides within a Column Grand Total, the ColumnField property returns null. Otherwise, this property returns the column field that corresponds to the current cell. The field value for the current cell can be retrieved via the PivotGridCustomSummaryEventArgsBase<T>.ColumnFieldValue property.

See Also

PivotGridCustomSummaryEventArgsBase<T> Class

PivotGridCustomSummaryEventArgsBase<T> Members

DevExpress.XtraPivotGrid.Data Namespace