DashboardStateChangedEventArgs.DashboardState Property
In This Article
Gets the current state of the dashboard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public DashboardState DashboardState { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
For more information about a dashboard state, see Manage Dashboard State.
See Also