DashboardLoadingEventArgs Class
Provides data for the ASPxDashboard.DashboardLoading event.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
Declaration
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.
See Also