CustomExportFieldValueEventArgs.CustomTotal Property
In This Article
Gets a custom total to which the processed field value corresponds.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridCustomTotal CustomTotal { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
To obtain whether the processed field value corresponds to a custom total, use the CustomExportFieldValueEventArgsBase<T>.ValueType property. In this instance, this property returns PivotGridValueType.CustomTotal.
See Also