Skip to main content
All docs
V23.2

TreeListInitNewRowEventArgs.ParentNode Property

Gets the parent node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListNode ParentNode { get; }

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