PivotTableValueType Enum
Lists values that specify the types of column and row field values.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public enum PivotTableValueType
Members
Name | Description |
---|---|
Value
|
Corresponds to a field value. |
Total
|
Corresponds to an automatic total. |
GrandTotal
|
Corresponds to a grand total. |
Related API Members
The following properties accept/return PivotTableValueType values:
See Also