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

DataLoadingErrorEventArgs.Handled Property

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

Namespace: DevExpress.DashboardCommon

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

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