Skip to main content

DataLoadingErrorEventArgs.Handled Property

Gets or sets whether default actions are required when data loading errors occur.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true, if no default actions are required when data loading errors occur; otherwise, false.

Remarks

To suppress the form containing data loading errors, set the DataLoadingErrorEventArgs.Handled property to true.

DataLoadingErrorForm

See Also