PivotRowTotalsPosition Enum
Lists values that specify the position of row totals/grand totals in the Pivot dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
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
Values listed in this enumeration are used to set the PivotDashboardItem.RowTotalsPosition property.
See Also