Skip to main content

PivotRowTotalsPosition Enum

Lists values that specify the position of row totals/grand totals in the Pivot dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum PivotRowTotalsPosition

#Members

Name Description
Top

Row totals/grand totals are displayed at the top of the group/pivot table.

Bottom

Row totals/grand totals are displayed at the bottom of the group/pivot table.

#Related API Members

The following properties accept/return PivotRowTotalsPosition values:

#Remarks

Values listed in this enumeration are used to set the PivotDashboardItem.RowTotalsPosition property.

See Also