Skip to main content
A newer version of this page is available. .

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
)

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