Back to Devexpress

PivotCellBaseEventArgs.ColumnCustomTotal Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-75dbc8cc.md

latest2.4 KB
Original Source

PivotCellBaseEventArgs.ColumnCustomTotal Property

Gets the custom total to which the processed cell’s column corresponds.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
PivotGridCustomTotal

A PivotGridCustomTotal object that represents the custom total to which the processed cell’s column corresponds.

|

Remarks

If the processed cell does not reside in a custom total column, the ColumnCustomTotal property returns null.

If the cell resides in a custom total row, use the PivotCellBaseEventArgs.RowCustomTotal property, to obtain the corresponding custom total.

You can obtain whether the processed cell resides in a custom total column or row via the PivotCellBaseEventArgs.ColumnValueType and PivotCellBaseEventArgs.RowValueType properties, respectively.

See Also

RowCustomTotal

ColumnValueType

RowValueType

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace