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

ASPxDashboardViewer.CalculateHiddenTotals Property

Gets or sets whether to calculate totals that are not displayed in the dashboard item.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(false)]
public bool CalculateHiddenTotals { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to calculate hidden totals; otherwise, false.

Remarks

The CalculateHiddenTotals property is useful when you obtain client data displayed in the dashboard item.

See Also