GridSerializer.GroupingRecordKeyPrefix property

Gets or sets the grouping record key prefix.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property GroupingRecordKeyPrefix As String
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.GroupingRecordKeyPrefix

instance.GroupingRecordKeyPrefix = value
public string GroupingRecordKeyPrefix { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace