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

Dashboard.EndUpdate() Method

Unlocks the Dashboard object after a call to the Dashboard.BeginUpdate method and causes an immediate update.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void EndUpdate()

Remarks

Note that the Dashboard Viewers’ API should not be used between the Dashboard.BeginUpdate/EndUpdate method calls.

See Also