Skip to main content
All docs
V25.1
  • PivotTableRowTotalsPosition Enum

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

    Namespace: DevExpress.Blazor.PivotTable

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

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    public enum PivotTableRowTotalsPosition

    Members

    Name Description
    Before

    Row totals are displayed before rows with field values.

    After

    Row totals are displayed after rows with field values.

    Related API Members

    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 more information and examples.

    See Also