A newer version of this page is available.
Switch to the current version.
DashboardControl.GetDashboardState() Method
Gets the current dashboard state.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v18.2.Wpf.dll
Declaration
public DashboardState GetDashboardState()
Public Function GetDashboardState As DashboardState
Returns
Type | Description |
---|---|
DashboardState | A DashboardState object that contains modifications produced by end-user ineraction. |
Remarks
To learn more about a dashboard state, refer to the Manage Dashboard State document.
See Also
Feedback