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.v19.1.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.

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