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

DataItem.ShowTotals Property

Gets or sets whether to show totals for the current data item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to show totals for the current data item; otherwise, false.

Remarks

Note that the ShowTotals property is in effect for the PivotDashboardItem only. To learn more about settings related to a pivot layout, see the following topics:

See Also