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

DataItem.ShowGrandTotals Property

Gets or sets whether to show grand totals for the current measure.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to show grand totals for the current measure; otherwise, false.

Remarks

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

See Also