Share via


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.

See Also

Reference

GroupBy Class

GroupBy Members

Microsoft.SharePoint.JSGrid Namespace