Skip to main content

PivotFieldStateChangedEventArgs.ValueType Property

Gets the type of the currently processed column/row header.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridValueType ValueType { get; }

Property Value

Type Description
PivotGridValueType

A PivotGridValueType enumeration value which identifies the type of the currently processed column or row header.

Available values:

Name Description
Value

Corresponds to a field value.

Total

Corresponds to an automatic total.

GrandTotal

Corresponds to a grand total.

CustomTotal

Corresponds to a custom total.

Remarks

The ValueType property determines whether the currently processed header represents a field value, grand total header, automatic total header or custom total header.

See Also