ValidationEventArgs.SetError(Object, ErrorType) Method
In This Article
Marks the processed input value as invalid and displays an error within the editor with the specified error icon type.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
error |
Object | The error content. |
error |
Error |
An error icon type. |
See Also