Back to Devexpress

IPivotTable.RowTotalsPosition Property

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

latest1.4 KB
Original Source

IPivotTable.RowTotalsPosition Property

Specifies the position of row totals.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

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

Property Value

TypeDefaultDescription
PivotTableRowTotalsPositionAfter

A PivotTableRowTotalsPosition enumeration value.

|

Available values:

NameDescription
Before

Row totals are displayed before rows with field values.

| | After |

Row totals are displayed after rows with field values.

|

Remarks

Refer to the RowTotalsPosition property description for additional information and an example.

See Also

IPivotTable Interface

IPivotTable Members

DevExpress.Blazor.PivotTable Namespace