GroupingNode.DataVal Property
Gets or sets the DataVal property.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DataVal As Object
Get
Set
'Usage
Dim instance As GroupingNode
Dim value As Object
value = instance.DataVal
instance.DataVal = value
public Object DataVal { get; set; }
Property Value
Type: System.Object
Returns Object.