Skip to main content

TreeListInvalidNodeExceptionEventArgs.Exception Property

Gets the exception that raised the TreeListView.InvalidNodeException event.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public Exception Exception { get; }

#Property Value

Type Description
Exception

A Exception object that is the exception that raised the event.

#Implements

DevExpress.Xpf.Grid.IInvalidRowExceptionEventArgs.Exception
See Also