Skip to main content
All docs
V25.1
  • TreeListInitNewRowEventArgs.ParentNode Property

    Gets the parent node.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.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