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

PivotCellEventArgsBase<TField, TData, TCustomTotal>.ColumnCustomTotal Property

Gets the column custom total which displays the current cell.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public TCustomTotal ColumnCustomTotal { get; }

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