Skip to main content
A newer version of this page is available. .

PivotGridCustomSummaryEventArgsBase<T>.ColumnField Property

Gets the column field that corresponds to the current cell.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public T ColumnField { get; }

Property Value

Type Description
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