Skip to main content

PivotGridCellTemplateItem.ColumnValueType Property

Gets the type of the column which contains the processed cell.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridValueType ColumnValueType { get; }

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