A newer version of this page is available.
Switch to the current version.
DashboardControl.SetDashboardState(DashboardState) Method
Applies the dashboard state to the loaded dashboard.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v18.2.Wpf.dll
Declaration
public void SetDashboardState(
DashboardState state
)
Public Sub SetDashboardState(
state As DashboardState
)
Parameters
Name | Type | Description |
---|---|---|
state | DashboardState | A DashboardState object. |
Remarks
To learn more about a dashboard state, refer to the Manage Dashboard State document.
See Also
Feedback