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

DXErrorProvider.HasErrors Property

Gets whether there is any error that is set via the DXErrorProvider‘s methods or on the data source level.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public bool HasErrors { get; }

Property Value

Type Description
Boolean

true if there is any error; otherwise, false.

See Also