Skip to main content
A newer version of this page is available. .

TreeListNode.ParentNode Property

Gets the parent node.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll

Declaration

public TreeListNode ParentNode { get; }

Property Value

Type Description
TreeListNode

A TreeListNode object that represents the parent node. null (Nothing in Visual Basic) if the current node is at the root level.

See Also