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

Dashboard.EnableAutomaticUpdates Property

Gets or sets whether automatic updates are enabled for the current dashboard.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to enable automatic updates; otherwise, false.

Remarks

Note that the EnableAutomaticUpdates is in effect when the current dashboard is displayed within the DashboardDesigner.

Automatic updates allow you to update the dashboard according to applied modifications (for instance, a change in data binding, data shaping or layout settings) immediately. If necessary, you can disable automatic updates and update the dashboard manually by clicking the Update button in the DashboardDesigner.

See Also