PivotGridCellTemplateItem.ColumnValueType Property
Gets the type of the column which contains the processed cell.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridValueType | A PivotGridValueType enumeration value which specifies the type of the column in which the processed cell resides. |
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