BaseEdit.ValidationError Property
In This Article
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 |
---|
Base |
See Also