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