DataNode.ChildNodes property
Gets the collection of child nodes for the current Server ribbon node.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property ChildNodes As RibbonNodeList
Get
'Usage
Dim instance As DataNode
Dim value As RibbonNodeList
value = instance.ChildNodes
public RibbonNodeList ChildNodes { get; }
Property value
Type: Microsoft.Web.CommandUI.RibbonNodeList
A RibbonNodeList that contains the child nodes.