DashboardDesigner.CalculateHiddenTotals Property
Gets or sets whether to calculate totals for the hidden data items.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v19.2.Win.dll
Declaration
[DefaultValue(false)]
public bool CalculateHiddenTotals { get; set; }
<DefaultValue(False)>
Public Property CalculateHiddenTotals As Boolean
Property Value
Type |
Default |
Description |
Boolean |
false
|
true, to calculate hidden totals; otherwise, false.
|
Set the CalculateHiddenTotals property to true to calculate totals for the hidden measures.
For displayed values, you can obtain hidden measures values regardless of the CalculateHiddenTotals property's value.
See Also