Skip to main content
All docs
V25.1
  • 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.v25.1.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