DashboardControl.GetDashboardState() Method
Gets the current dashboard state.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.1.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
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