Back to Devexpress

PivotFieldValueEventArgs.CustomTotal Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldvalueeventargs-39fd2a85.md

latest2.0 KB
Original Source

PivotFieldValueEventArgs.CustomTotal Property

Gets the custom total which the currently processed column/row header corresponds to.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
PivotGridCustomTotal

A PivotGridCustomTotal object which represents the custom total which the processed header corresponds to.

|

Remarks

If the currently processed header corresponds to a custom total the PivotFieldValueEventArgs.ValueType property returns the FieldValueType.CustomTotal value and the CustomTotal property returns a PivotGridCustomTotal object which represents this custom total.

If the currently processed header doesn’t correspond to a custom total the CustomTotal property returns null.

See Also

ValueType

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace