Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if there is any error; otherwise, false.

See Also