Skip to main content
A newer version of this page is available. .

PivotDashboardItem.ColumnTotalsPosition Property

Gets or sets the position of column totals/grand totals in the Pivot dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(PivotColumnTotalsPosition.Far)]
public PivotColumnTotalsPosition ColumnTotalsPosition { get; set; }

Property Value

Type Default Description
PivotColumnTotalsPosition **Far**

A PivotColumnTotalsPosition enumeration value that specifies the position of column totals/grand totals in the Pivot dashboard item.

See Also