Skip to main content
All docs
V26.1
  • ValidationService.ValidationErrors Attached Property

    Returns a collection of validation errors. This is an attached property.

    Namespace: DevExpress.Xpf.Editors

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

    Declaration

    Returns

    Type Description
    ReadOnlyObservableCollection<BaseValidationError>

    A collection of BaseValidationError descendants.

    Remarks

    The HasValidationError property indicates whether validation has failed.

    See Also