Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.