Skip to main content

PivotFieldValueEventArgs.ValueType Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public FieldValueType ValueType { get; }

#Property Value

Type Description
FieldValueType

A FieldValueType enumeration value which identifies the type of the currently processed column or row header.

#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