Skip to main content

Dashboard.EnableAutomaticUpdates Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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