Skip to main content
All docs
V24.2

WebDashboardExporter.DashboardItemDataLoadingError Event

In This Article

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

#Declaration

public event DashboardItemDataLoadingErrorWebEventHandler DashboardItemDataLoadingError

#Event Data

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

Property Description
DashboardId
Errors Gets errors that occurred while a dashboard item loaded data. Inherited from DashboardItemDataLoadingErrorEventArgs.
See Also