Back to Devexpress

Dashboard.EnableAutomaticUpdates Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboard-b6cbaf53.md

latest1.9 KB
Original Source

Dashboard.EnableAutomaticUpdates Property

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(true)]
public bool EnableAutomaticUpdates { get; set; }
vb
<DefaultValue(True)>
Public Property EnableAutomaticUpdates As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Automatic and Manual Updates

Dashboard Class

Dashboard Members

DevExpress.DashboardCommon Namespace