Skip to main content
All docs
V23.2

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