Dashboard.EnableAutomaticUpdates Property
Gets or sets whether automatic updates are enabled for the current dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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