PivotColumnTotalsPosition Enum
In This Article
Lists values that specify the position of column totals/grand totals in the Pivot dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Near
|
Column totals are displayed near row field values. |
Far
|
Column totals are displayed far from row field values. |
#Related API Members
The following properties accept/return PivotColumnTotalsPosition values:
#Remarks
Values listed in this enumeration are used to set the PivotDashboardItem.ColumnTotalsPosition property.
See Also