DXErrorProvider.HasErrorsOfType(ErrorType) Method
Returns whether there is any error of the specified type.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| errorType | ErrorType | An ErrorType value that represents the error type to be located. |
Returns
| Type | Description |
|---|---|
| Boolean | true if there is an error of the specified type; otherwise, false. |
See Also