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.

See also

Reference

DataNode class

DataNode members

Microsoft.Web.CommandUI namespace