Skip to main content
All docs
V23.2

ValidationErrorsHostBehavior.HasErrors Property

Gets or sets whether a UI container that is bound to the ValidationErrorsHostBehavior contains errors. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool HasErrors { get; set; }

Property Value

Type Description
Boolean

true if a UI container that is bound to the ValidationErrorsHostBehavior contains errors; otherwise, false.

See Also