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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a UI container that is bound to the ValidationErrorsHostBehavior contains errors; otherwise, false. |
See Also