DataLoadingErrorEventArgs.Handled Property
Gets or sets whether default actions are required when data loading errors occur.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
See Also