ErrorType Enum
In This Article
Enumerates error icon types.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return ErrorType values:
#Remarks
You can use these enumeration values to indicate error types. Use the ErrorType property to set the error icon type that is displayed in the tooltip when the editor fails validation.
See Also