Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.GetNodeAt(Integer,Integer) Method

Returns the node by the specified coordinates.

#Declaration

Delphi
function GetNodeAt(X: Integer; Y: Integer): TcxTreeListNode;

#Parameters

Name Type
X Integer
Y Integer

#Returns

Type
TcxTreeListNode

#Remarks

X and Y specify the node’s upper-left corner, in tree list coordinates. If the specified coordinates are not valid, nil will be returned.

#This method is used internally.

See Also