Skip to main content

FieldValueInfo.ValueType Property

Gets the information about the type of the column / row value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FieldValueType ValueType { get; }

Property Value

Type Description
FieldValueType

A FieldValueType object that is a field value type.

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