PivotTableFieldCellTemplateContext.ColumnValueType Property
Returns the column value type.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
public PivotTableValueType ColumnValueType { get; }
Property Value
| Type | Description |
|---|---|
| PivotTableValueType | A PivotTableValueType enumeration value. |
Available values:
| Name | Description |
|---|---|
| Value | Corresponds to a field value. |
| Total | Corresponds to an automatic total. |
| GrandTotal | Corresponds to a grand total. |
See Also