Skip to main content
All docs
V18.2

DashboardViewerSettings.CalculateHiddenTotals Property

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

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public bool CalculateHiddenTotals { get; set; }

Property Value

Type Description
Boolean

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