Skip to main content
A newer version of this page is available.
All docs
V19.2

ASPxClientDashboardInitializingEventArgs Class

Provides data for the ASPxClientDashboard.DashboardInitializing event.

Declaration

declare class ASPxClientDashboardInitializingEventArgs extends ASPxClientEventArgs

Inherited Members

Inheritance

ASPxClientEventArgs
ASPxClientDashboardInitializingEventArgs

Properties

Dashboard Property

Gets a model of the dashboard displayed in the control.

Declaration

Dashboard: any

Property Value

Type Description
any

A Dashboard object that is a dashboard for which the event is raised.

DashboardId Property

Gets a string value that is the dashboard identifier.

Declaration

DashboardId: string

Property Value

Type Description
string

A string value that is a dashboard’s unique name.

Ready Property

Specifies a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.

Declaration

Ready: any

Property Value

Type Description
any

A JQueryPromise<any> object.