Back to Devexpress

PivotTableFieldCellTemplateContext.ColumnValueType Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablefieldcelltemplatecontext-ca35cf9c.md

latest1.2 KB
Original Source

PivotTableFieldCellTemplateContext.ColumnValueType Property

Returns the column value type.

Namespace : DevExpress.Blazor.PivotTable

Assembly : DevExpress.Blazor.PivotTable.v25.2.dll

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public PivotTableValueType ColumnValueType { get; }

Property Value

TypeDescription
PivotTableValueType

A PivotTableValueType enumeration value.

|

Available values:

NameDescription
Value

Corresponds to a field value.

| | Total |

Corresponds to an automatic total.

| | GrandTotal |

Corresponds to a grand total.

|

See Also

PivotTableFieldCellTemplateContext Class

PivotTableFieldCellTemplateContext Members

DevExpress.Blazor.PivotTable Namespace