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.v19.1.Wpf.dll

Declaration

public DashboardState GetDashboardState()

Returns

Type Description
DashboardState

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

Remarks

Refer to the Manage Dashboard State document for details about a dashboard state.

See Also