Skip to main content

DashboardStateChangedEventArgs.DashboardState Property

Gets the current state of the dashboard.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardState DashboardState { get; }

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