DashboardLockedException Class
The exception that occurs when the dashboard is locked for further modifications.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
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.
See Also