Skip to main content
A newer version of this page is available. .

DashboardStateChangedEventArgs.DashboardState Property

Gets the current state of the dashboard.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.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