Skip to main content
A newer version of this page is available. .

PivotRowTotalsPosition Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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.

Remarks

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

See Also