EditingFieldValidationEventArgs.ErrorType Property
Specifies the type of the error icon displayed in the editor.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#Property Value
Type | Description |
---|---|
Error |
An enumeration value that identifies 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: The DXError |
Information | The ‘Information’ icon: |
Warning | The ‘Warning’ icon: |
Critical | The ‘Critical Error’ icon: |
User1 | A user-defined icon to be provided via the DXError |
User2 | A user-defined icon to be provided via the DXError |
User3 | A user-defined icon to be provided via the DXError |
User4 | A user-defined icon to be provided via the DXError |
User5 | A user-defined icon to be provided via the DXError |
User6 | A user-defined icon to be provided via the DXError |
User7 | A user-defined icon to be provided via the DXError |
User8 | A user-defined icon to be provided via the DXError |
User9 | A user-defined icon to be provided via the DXError |
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ErrorType property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.