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

DashboardControl.GetDashboardState() Method

Gets the current dashboard state.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v18.2.Wpf.dll

Declaration

public DashboardState GetDashboardState()

Returns

Type Description
DashboardState

A DashboardState object that contains modifications produced by end-user ineraction.

Remarks

To learn more about a dashboard state, refer to the Manage Dashboard State document.

See Also