TreeNodeEventArgs.Node Property
In This Article
Get the node of the tapped item.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public TreeNode Node { get; }
#Property Value
Type | Description |
---|---|
Tree |
The node of the tapped item. |
See Also