Back to Devexpress

IPivotTable.ColumnTotalsPosition Property

blazor-devexpress-dot-blazor-dot-pivottable-dot-ipivottable.md

latest1.2 KB
Original Source

IPivotTable.ColumnTotalsPosition Property

Specifies the position of column totals.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
[DefaultValue(PivotTableRowTotalsPosition.After)]
PivotTableColumnTotalsPosition ColumnTotalsPosition { get; set; }

Property Value

TypeDefaultDescription
PivotTableColumnTotalsPositionAfter

A PivotTableColumnTotalsPosition enumeration value.

|

Available values:

NameDescription
Before

Column totals are displayed before columns with field values.

| | After |

Column totals are displayed after columns with field values.

|

See Also

IPivotTable Interface

IPivotTable Members

DevExpress.Blazor.PivotTable Namespace