Skip to main content

TreeListInvalidNodeExceptionEventArgs.ExceptionMode Property

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

public ExceptionMode ExceptionMode { get; set; }

#Property Value

Type Description
ExceptionMode

An ExceptionMode enumeration value that specifies how an exception should be handled.

#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