Skip to main content
All docs
V23.2

ASPxClientDashboardStateChangedEventArgs Class

Provides data for the ASPxClientDashboard.DashboardStateChanged event.

Declaration

declare class ASPxClientDashboardStateChangedEventArgs extends ASPxClientEventArgs

Remarks

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

The corresponding DashboardControl’s event: DashboardControlOptions.onDashboardStateChanged.

Inherited Members

Inheritance

ASPxClientEventArgs
ASPxClientDashboardStateChangedEventArgs

Properties

DashboardState Property

Gets the current state of the dashboard.

Declaration

DashboardState: string

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.