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