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

DataLoadingErrorEventArgs.Errors Property

Gets errors that occur during data loading.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public List<DataLoadingError> Errors { get; }

Property Value

Type Description
List<DataLoadingError>

A list of DataLoadingError objects that are errors occurring during data loading.

See Also