TreeListInvalidNodeExceptionEventArgs.ExceptionMode Property
In This Article
Gets or sets a value that specifies how an exception should be handled.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Exception |
An Exception |
#Remarks
Use the ExceptionMode property to specify the action performed when a node has failed validation. You can describe the error and display it in a message box, suppress any action, throw an exception or discard all the changes made.
#Implements
DevExpress.Xpf.Grid.IInvalidRowExceptionEventArgs.ExceptionMode
See Also