ExceptionMode Enum
In This Article
Lists values that specify how to handle an exception.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Members
Name | Description |
---|---|
Display
|
Displays an error message box with text specified by the Error |
Throw
|
Throws an exception. Use the Exception property to get this exception. |
No
|
Displays an error icon and does not allow users to focus other rows until values are corrected. |
Ignore
|
Ignores an exception and raises Row |
#Related API Members
The following properties accept/return ExceptionMode values:
See Also