Skip to main content
All docs
V18.2

ASPxClientDashboardStateChangedEventArgs.DashboardState Property

Gets the current state of the dashboard.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string DashboardState { get; }

Property Value

Type Description
String

A string value that is the current state of the dashboard.

Remarks

To learn more about a dashboard state, see Manage Dashboard State.

See Also