Skip to main content
All docs
V25.1
  • ValidationErrorsHostBehavior.Errors Property

    Gets a collection of validation errors within a bound UI container. This is a dependency property.

    Namespace: DevExpress.Mvvm.UI

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public IList<ValidationError> Errors { get; set; }

    Property Value

    Type Description
    IList<ValidationError>

    A collection of validation errors.

    See Also