PivotFieldValueEventArgs.CustomTotal Property
In This Article
Gets the custom total which the currently processed column/row header corresponds to.
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 |
See Also