Skip to main content
A newer version of this page is available. .

PivotFieldValueEventArgs.CustomTotal Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

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