TreeListNode.ParentNode Property
Gets the parent node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
Declaration
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