Skip to main content

DashboardControl.GetDashboardState() Method

Gets the current dashboard state.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: 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