PivotDashboardItem.RowTotalsPosition Property
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
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.
See Also