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

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.v19.1.Core.dll

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