Back to Devexpress

PivotFieldValueEventArgsBase<T>.CustomTotal Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-c24772be.md

latest2.7 KB
Original Source

PivotFieldValueEventArgsBase<T>.CustomTotal Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

Property Value

TypeDescription
PivotGridCustomTotalBase

A PivotGridCustomTotalBase class descendant that specifies the custom total that corresponds to the currently processed column/row header.

|

Remarks

If the currently processed header corresponds to a custom total, the PivotFieldValueEventArgsBase<T>.ValueType property returns the PivotGridValueType.CustomTotal value and the CustomTotal property returns a PivotGridCustomTotalBase descendant that represents this custom total. If the currently processed header does not correspond to a custom total, the CustomTotal property returns null ( Nothing in Visual Basic).

See Also

CustomTotal

ValueType

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace