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

TreeList.GetNodeAt(Point) Method

Returns the Tree List node located under the target coordinates.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public TreeListNode GetNodeAt(
    Point point
)

Parameters

Name Type Description
point Point

A Point structure that specifies coordinates.

Returns

Type Description
TreeListNode

A TreeListNode object that is the Tree List node located under the target coordinates.

See Also