Back to Devexpress

FieldValueInfo.ValueType Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-fieldvalueinfo-28caff7b.md

latest1.6 KB
Original Source

FieldValueInfo.ValueType Property

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldValueType ValueType { get; }
vb
Public ReadOnly Property ValueType As FieldValueType

Property Value

TypeDescription
FieldValueType

A FieldValueType object that is a field value type.

|

Available values:

NameDescription
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

FieldValueInfo Class

FieldValueInfo Members

DevExpress.Xpf.PivotGrid Namespace