PivotGridValueType Enum
In This Article
Lists values that specify the types of column and row field values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
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. |
See Also