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

DashboardLoadingEventArgs Class

Provides data for the ASPxDashboard.DashboardLoading event.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

public class DashboardLoadingEventArgs :
    EventArgs

Remarks

The ASPxDashboard.DashboardLoading event is raised when the ASPxDashboard loads a dashboard, allowing you to provide a dashboard XML definition at runtime.

Use the event parameter’s DashboardLoadingEventArgs.DashboardId property to identify which dashboard should be loaded. Then, assign the appropriate dashboard XML definition to the DashboardLoadingEventArgs.DashboardXml property. As an alternative, assign the type of the dashboard created at design time to the DashboardLoadingEventArgs.DashboardType property.

Inheritance

Object
EventArgs
DashboardLoadingEventArgs
See Also