Back to Devexpress

TreeListInitNewRowEventArgs.ParentNode Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistinitnewroweventargs.md

latest1.5 KB
Original Source

TreeListInitNewRowEventArgs.ParentNode Property

Gets the parent node.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeListNode ParentNode { get; }
vb
Public ReadOnly Property ParentNode As TreeListNode

Property Value

TypeDescription
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

TreeListInitNewRowEventArgs Class

TreeListInitNewRowEventArgs Members

DevExpress.XtraTreeList Namespace