Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the parent node of this node.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Parent As HierarchyNode
Get
Set
'Usage
Dim instance As HierarchyNode
Dim value As HierarchyNode
value = instance.Parent
instance.Parent = value
public HierarchyNode Parent { get; set; }
Property Value
Type: Microsoft.SharePoint.JSGrid.HierarchyNode
The parent node of this node.