Skip to main content

BaseEdit.ValidationError Property

Gets or sets the validation error defined for the editor. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "ValidationErrorChanged")]
public BaseValidationError ValidationError { get; set; }

Property Value

Type
BaseValidationError
See Also