DXTreeView.GetNodeByVisibleIndex(Int32) Method
In This Article
Returns a node with the specified visible index.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public TreeNode GetNodeByVisibleIndex(
int visibleIndex
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | A value that specifies the node’s position within a DXTree |
#Returns
Type | Description |
---|---|
Tree |
A Tree |
See Also