IDashboardControl.SetInitialDashboardState Event
In This Article
Allows you to specify the initial dashboard state when loading a dashboard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
event SetInitialDashboardStateEventHandler SetInitialDashboardState
#Event Data
The SetInitialDashboardState event's data class is SetInitialDashboardStateEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Dashboard |
A dashboard whose state can be initialized.
Inherited from Set |
Initial |
Gets or sets the dashboard initial state.
Inherited from Set |
See Also