ErrorType Enum
Enumerates error icon types.
Namespace: DevExpress.UI.Xaml.Editors.Native
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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 define a custom icon by overriding the ErrorIndicator style. |
Related API Members
The following properties accept/return ErrorType values:
Remarks
These enumeration values are used to indicate error types. For example, the ValidationEventArgs.ErrorType property allows you to set the error icon type that is displayed in the tooltip when the editor fails validation.
Value | Icon |
---|---|
Critical | |
Default | |
Information | |
User | By default, |
Warning |