Back to Devexpress

DashboardLockedException Class

dashboard-devexpress-dot-dashboardwin-b856efca.md

latest1.5 KB
Original Source

DashboardLockedException Class

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardLockedException :
    Exception
vb
Public Class DashboardLockedException
    Inherits 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

DashboardLockedException Members

DevExpress.DashboardWin Namespace