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

IDashboardControlProvider.GetDashboardState() Method

Gets the dashboard state.

Namespace: DevExpress.DashboardWpf

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

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

Declaration

DashboardState GetDashboardState()

Returns

Type Description
DashboardState

A DashboardState object that contains changes users made.

See Also