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

DXErrorProvider.HasErrorsOfType(ErrorType) Method

Returns whether there is any error of the specified type.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public bool HasErrorsOfType(
    ErrorType errorType
)

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