Back to Devexpress

InvalidNodeExceptionEventArgs.Node Property

windowsforms-devexpress-dot-xtratreelist-dot-invalidnodeexceptioneventargs.md

latest1.4 KB
Original Source

InvalidNodeExceptionEventArgs.Node Property

Gets the node that failed validation.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public TreeListNode Node { get; }
vb
Public ReadOnly Property Node As TreeListNode

Property Value

TypeDescription
TreeListNode

A TreeListNode object representing the node that failed validation.

|

Remarks

Refer to the Nodes topic for information on nodes.

See Also

InvalidNodeExceptionEventArgs Class

InvalidNodeExceptionEventArgs Members

DevExpress.XtraTreeList Namespace