Skip to main content

PivotDashboardItem.ShowColumnTotals Property

Gets or sets whether to display the Pivot column totals calculated for outer column data items.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(true)]
public bool ShowColumnTotals { get; set; }

Property Value

Type Default Description
Boolean true

true, if the column totals are visible; otherwise, false.

Remarks

Use the PivotDashboardItem.ShowRowTotals property to control the visibility of PivotDashboardItem’s row totals. To control the visibility of grand totals, use the PivotDashboardItem.ShowColumnGrandTotals and PivotDashboardItem.ShowRowGrandTotals properties.

See Also