Skip to main content

PivotCellEventArgsBase<TField, TData, TCustomTotal>.ColumnCustomTotal Property

Gets the column custom total which displays the current cell.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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