Skip to main content
A newer version of this page is available. .

InvalidNodeExceptionEventArgs.Node Property

Gets the node that failed validation.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

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