PivotCellEventArgsBase<TField, TData, TCustomTotal>.ColumnCustomTotal Property
Gets the column custom total which displays the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
TCustomTotal | 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