DashboardControl.GetDashboardState() Method
In This Article
Gets the current dashboard state.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public DashboardState GetDashboardState()
#Returns
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
Refer to the Manage Dashboard State document for details about a dashboard state.
#Implements
See Also