Back to Devexpress

PivotTableRowTotalsPosition Enum

blazor-devexpress-dot-blazor-dot-pivottable-ae2ba0f5.md

latest1.3 KB
Original Source

PivotTableRowTotalsPosition Enum

Lists values that specify the position of row totals relative to rows.

Namespace : DevExpress.Blazor.PivotTable

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

NuGet Package : DevExpress.Blazor.PivotTable

Declaration

csharp
public enum PivotTableRowTotalsPosition

Members

NameDescription
Before

Row totals are displayed before rows with field values.

| | After |

Row totals are displayed after rows with field values.

|

The following properties accept/return PivotTableRowTotalsPosition values:

Remarks

Use the RowTotalsPosition property to specify the position of row totals relative to rows. Refer to the property description for additional information and examples.

See Also

DevExpress.Blazor.PivotTable Namespace