Skip to main content

PivotDashboardItem.ColumnTotalsPosition Property

Gets or sets 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

[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.

Available values:

Name Description
Near

Column totals are displayed near row field values.

Far

Column totals are displayed far from row field values.

See Also