ValidateCellEventArgs.ErrorType Property
Gets the error type.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
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: The DXErrorProvider.GetErrorIcon event is not raised when an error of the Default type is assigned to an editor. |
Information | The ‘Information’ icon: |
Warning | The ‘Warning’ icon: |
Critical | The ‘Critical Error’ icon: |
User1 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User2 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User3 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User4 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User5 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User6 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User7 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User8 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |
User9 | A user-defined icon to be provided via the DXErrorProvider.GetErrorIcon event. |