Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotFieldValueItem.ValueType Property

For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public virtual PivotGridValueType ValueType { get; }

Property Value

Type
PivotGridValueType

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.

See Also