DashboardLockedException Class
The exception that occurs when the dashboard is locked for further modifications.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v23.1.Win.dll
NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design
Declaration
Remarks
The dashboard control allows a sequence of operations that affect its appearance and/or functionality to be performed without having the control render a dashboard after each modification. The Dashboard.BeginUpdate locks the Dashboard object by preventing updates until the Dashboard.EndUpdate method is called.