DXTreeView.GetNodeByItem(Object) Method
In This Article
Returns a node with the specified data item.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public TreeNode GetNodeByItem(
object item
)
#Parameters
Name | Type | Description |
---|---|---|
item | System. |
An item object that is the content of the required node. |
#Returns
Type | Description |
---|---|
Tree |
An object that specifies a node. |
See Also