ValidationEventArgs.ErrorType Property
In This Article
Gets or sets the error icon type.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Error |
An error icon type. |
Available values:
Name | Description |
---|---|
None | Indicates that no error is associated with an editor or a cell. |
Default | The default error icon. |
Information | The ‘Information’ icon. |
Warning | The ‘Warning’ icon. |
Critical | The ‘Critical Error’ icon. |
User | Allows you to override the Error |
See Also