PivotFieldValueEventArgsBase<T>.ValueType Property
In This Article
Gets the type of the currently processed header of a column or a row.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public PivotGridValueType ValueType { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
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. |
#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