GroupBy.DataValue property
Gets or sets the data value associated with this field.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DataValue As Object
Get
Set
'Usage
Dim instance As GroupBy
Dim value As Object
value = instance.DataValue
instance.DataValue = value
public Object DataValue { get; set; }
Property value
Type: System.Object
An Object containing the field data.