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