DXTreeView.GetNode(Int32) Method
In This Article
Returns the node item.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public TreeNode GetNode(
int nodeHandle
)
#Parameters
Name | Type | Description |
---|---|---|
node |
Int32 | The node handle. |
#Returns
Type | Description |
---|---|
Tree |
An object that specifies a node. |
See Also