Back to Devexpress

IDashboardControl.SetInitialDashboardState Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-96e6030b.md

latest1.8 KB
Original Source

IDashboardControl.SetInitialDashboardState Event

Allows you to specify the initial dashboard state when loading a dashboard.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event SetInitialDashboardStateEventHandler SetInitialDashboardState
vb
Event SetInitialDashboardState As SetInitialDashboardStateEventHandler

Event Data

The SetInitialDashboardState event's data class is SetInitialDashboardStateEventArgs. The following properties provide information specific to this event:

PropertyDescription
DashboardA dashboard whose state can be initialized. Inherited from SetInitialDashboardStateBaseEventArgs.
InitialStateGets or sets the dashboard initial state. Inherited from SetInitialDashboardStateBaseEventArgs.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace