PivotGridCustomSummaryEventArgsBase<T>.ColumnField Property
In This Article
Gets the column field that corresponds to the current cell.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
T | A Pivot |
#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