BaseValidationError.ErrorType Property
Gets the error type.
Namespace: DevExpress.UI.Xaml.Editors.Native
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| ErrorType | A ErrorType enumeration value that specifies the error 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 define a custom icon by overriding the ErrorIndicator style. |
See Also