dashboard-devexpress-dot-dashboardweb-bd0f3d38.md
Provides data for the ASPxDashboard.DashboardLoading event.
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.dll
NuGet Package : DevExpress.Web.Dashboard.Common
public class DashboardLoadingEventArgs :
EventArgs
Public Class DashboardLoadingEventArgs
Inherits EventArgs
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.
Object EventArgs DashboardLoadingEventArgs
See Also