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.