ValidationEventArgs.ErrorType Property
In This Article
Gets or sets 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 |
---|---|
Error |
An Error |
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 Error |
#Remarks
The value of the ErrorType property specifies the icon displayed within an error tooltip.
See Also