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.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

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.

Implements

See Also