Share via


GroupingNode.Parent Property

Gets or sets the grouping node parent.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Parent As GroupingNode
    Get
    Set
'Usage
Dim instance As GroupingNode
Dim value As GroupingNode

value = instance.Parent

instance.Parent = value
public GroupingNode Parent { get; set; }

Property Value

Type: Microsoft.SharePoint.JSGrid.GroupingNode
Returns GroupingNode.

See Also

Reference

GroupingNode Class

GroupingNode Members

Microsoft.SharePoint.JSGrid Namespace