PivotGridCustomSummaryEventArgsBase<T>.ColumnField Property
Gets the column field that corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v21.1.Core.dll
NuGet Package: DevExpress.PivotGrid.Core
Declaration
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