HierarchyNode.Children Property
Gets or sets this node’s children.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Children As List(Of HierarchyNode)
Get
Set
'Usage
Dim instance As HierarchyNode
Dim value As List(Of HierarchyNode)
value = instance.Children
instance.Children = value
public List<HierarchyNode> Children { get; set; }
Property Value
Type: System.Collections.Generic.List<HierarchyNode>
The child nodes of this node.