PivotCellEventArgsBase<TField, TData, TCustomTotal>.ColumnCustomTotal Property
In This Article
Gets the column custom total which displays the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
TCustom |
A T object which represents the column custom total that contains the current cell. |
#Remarks
If the currently processed cell belongs to a column custom total, the ColumnCustomTotal property returns the corresponding column custom total object. If the cell doesn’t belong to a column custom total, null is returned.
See Also