DataNode.HasChildNodes Property
Specifies if the current Server ribbon node has child nodes.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public ReadOnly Property HasChildNodes As Boolean
Get
'Usage
Dim instance As DataNode
Dim value As Boolean
value = instance.HasChildNodes
public bool HasChildNodes { get; }
Property Value
Type: System.Boolean
true if the current Server ribbon node has child nodes; otherwise, false.