Share via


HierarchyNode.Row property

Gets or sets the data row of this node.

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

Syntax

'Declaration
Public Property Row As DataRow
    Get
    Set
'Usage
Dim instance As HierarchyNode
Dim value As DataRow

value = instance.Row

instance.Row = value
public DataRow Row { get; set; }

Property value

Type: System.Data.DataRow
The data row of this node.

See also

Reference

HierarchyNode class

HierarchyNode members

Microsoft.SharePoint.JSGrid namespace