TreeList.GetNodeAt(Point) Method
In This Article
Returns the Tree List node located under the target coordinates.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListNode GetNodeAt(
Point point
)
#Parameters
Name | Type | Description |
---|---|---|
point | Point | A Point structure that specifies coordinates. |
#Returns
Type | Description |
---|---|
Tree |
A Tree |
See Also