Skip to main content

PivotFieldValueEventArgs.CustomTotal Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridCustomTotal CustomTotal { get; }

Property Value

Type Description
PivotGridCustomTotal

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

See Also