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

DashboardLockedException Class

The exception that occurs when the dashboard is locked for further modifications.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public class DashboardLockedException :
    Exception

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.

Inheritance

Object
Exception
DashboardLockedException
See Also