Back to Devexpress

TreeListNodes.ParentNode Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnodes-25d3d79d.md

latest1.4 KB
Original Source

TreeListNodes.ParentNode Property

Gets the parent of the node collection.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
public TreeListNode ParentNode { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property ParentNode As TreeListNode

Property Value

TypeDefaultDescription
TreeListNodenull

A TreeListNode instance that represents the parent of the node collection.

|

Remarks

If the node collection is at the root level, the ParentNode property returns null.

See Also

TreeListNodes Class

TreeListNodes Members

DevExpress.XtraTreeList.Nodes Namespace