Back to Devexpress

FieldValueType Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-ed3e9731.md

latest1.8 KB
Original Source

FieldValueType Enum

Lists values that specify the types of column and row field values.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldValueType
vb
Public Enum FieldValueType

Members

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.

|

The following properties accept/return FieldValueType values:

See Also

DevExpress.Xpf.PivotGrid Namespace