A newer version of this page is available.
Switch to the current version.
PivotFieldValueEventArgsBase<T>.ValueType Property
Gets the type of the currently processed header of a column or a row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v19.1.Core.dll
Declaration
public PivotGridValueType ValueType { get; }
Public ReadOnly Property ValueType As PivotGridValueType
Property Value
Type | Description |
---|---|
PivotGridValueType | A PivotGridValueType enumeration value that specifies the type of the currently processed column or row header. |
Remarks
The ValueType property determines whether the currently processed header is a field value, grand total header, automatic total header or custom total header.
See Also
Feedback