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