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

NodeClickEventArgs.Node Property

Gets the row (node) being clicked.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public TreeListNode Node { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object representing the row (node) being clicked.

See Also