Skip to main content
All docs
V18.2

ASPxClientDashboard.DashboardInitialized Event

Occurs after the dashboard displayed in the control has been initialized.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public event ASPxClientDashboardInitializedEventHandler DashboardInitialized

Event Data

The DashboardInitialized event's data class is ASPxClientDashboardInitializedEventArgs. The following properties provide information specific to this event:

Property Description
DashboardId Gets the dashboard’s unique name.

Remarks

Use the DashboardId property to get a dashboard’s unique name.

See Also