Skip to main content

PivotDashboardItem.RowTotalsPosition Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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