PivotFieldStateChangedEventArgs.CustomTotal Property
In This Article
Gets a custom total to which the processed field value corresponds.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#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 PivotFieldStateChangedEventArgs.ValueType property.
See Also