DashboardStateChangedEventArgs.DashboardState Property
Gets the current state of the dashboard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
DashboardState | A DashboardState object that contains the selected master filter values, drill-down levels, and other client actions users perform on a dashboard. |
Remarks
For more information about a dashboard state, see Manage Dashboard State.
See Also