Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal>.ColumnCustomTotal Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-28be7778.md

latest1.7 KB
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal>.ColumnCustomTotal Property

Gets the column custom total which displays the current cell.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public TCustomTotal ColumnCustomTotal { get; }
vb
Public ReadOnly Property ColumnCustomTotal As TCustomTotal

Property Value

TypeDescription
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

RowCustomTotal

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace