Skip to main content

BaseEdit.HasValidationError Property

Gets whether an editor has a validation error. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool HasValidationError { get; set; }

Property Value

Type Description
Boolean

true if the editor has a validation error; otherwise, false.

See Also