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

PivotDashboardItem.RowTotalsPosition Property

Gets or sets the position of row totals/grand totals in the Pivot dashboard item.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(PivotRowTotalsPosition.Bottom)]
public PivotRowTotalsPosition RowTotalsPosition { get; set; }

Property Value

Type Default Description
PivotRowTotalsPosition **Bottom**

A PivotRowTotalsPosition enumeration value that specifies the position of row totals/grand totals in the Pivot dashboard item.

Available values:

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

For instance, in the Image below, the Pivot dashboard item whose row totals are moved from bottom to top.

Pivot_RowTotals_Bottom_Top

See Also