Back to Devexpress

PivotColumnTotalsPosition Enum

dashboard-devexpress-dot-dashboardcommon-559f87a5.md

latest1.6 KB
Original Source

PivotColumnTotalsPosition Enum

Lists values that specify the position of column totals/grand totals in the Pivot dashboard item.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum PivotColumnTotalsPosition
vb
Public Enum PivotColumnTotalsPosition

Members

NameDescription
Near

Column totals are displayed near row field values.

| | Far |

Column totals are displayed far from row field values.

|

The following properties accept/return PivotColumnTotalsPosition values:

Remarks

Values listed in this enumeration are used to set the PivotDashboardItem.ColumnTotalsPosition property.

See Also

Layout

Layout

DevExpress.DashboardCommon Namespace