TreeListInitNewRowEventArgs.ParentNode Property
Gets the parent node.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
TreeListNode | 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