Skip to main content

BaseEdit.HasValidationError Property

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

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool HasValidationError { get; set; }

Property Value

Type Description
Boolean

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

See Also