Back to Devexpress

PivotFieldValueEventArgs.ValueType Property

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

latest2.3 KB
Original Source

PivotFieldValueEventArgs.ValueType Property

Gets the type of the currently processed column/row header.

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 enumeration value which identifies the type of the currently processed column or row header.

|

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.

|

Remarks

The ValueType property determines whether the currently processed header represents a field value, grand total header, automatic total header or custom total header.

See Also

Value

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace