TreeListInitNewRowEventArgs.ParentNode Property
In This Article
Gets the parent node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListNode ParentNode { get; }
#Property Value
Type | Description |
---|---|
Tree |
The parent node. null (Nothing in Visual Basic) if the new node is the root node. |
#Remarks
Invoke the context menu and choose the Add Child Node command to create a child node for the focused node.
See Also