FieldValueInfo.ValueType Property
In This Article
Gets the information about the type of the column / row value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldValueType ValueType { get; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
Available values:
Name | Description |
---|---|
Value | Corresponds to a field value. |
Total | Corresponds to an automatic total. |
Grand |
Corresponds to a grand total. |
Custom |
Corresponds to a custom total. |
See Also