PivotDashboardItem.RowTotalsPosition Property
In This Article
Gets or sets 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
[DefaultValue(PivotRowTotalsPosition.Bottom)]
public PivotRowTotalsPosition RowTotalsPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
Bottom | A Pivot |
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.
See Also