PivotCustomDrawFieldValueThreadSafeEventArgs.ValueType Property
Gets the type of the currently processed column/row header.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
| Type | Description |
|---|---|
| PivotGridValueType | A PivotGridValueType enumeration value that identifies the type of the currently processed column or row header. |
Available values:
| Name | Description |
|---|---|
| Value | Corresponds to a field value. |
| Total | Corresponds to an automatic total. |
| GrandTotal | Corresponds to a grand total. |
| CustomTotal | Corresponds to a custom total. |
See Also