Skip to main content

InvalidNodeExceptionEventArgs.Node Property

Gets the node that failed validation.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object representing the node that failed validation.

Remarks

Refer to the Nodes topic for information on nodes.

See Also