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 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.