GridSerializer.IsGroupingEnabled property

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

Syntax

'Declaration
Public ReadOnly Property IsGroupingEnabled As Boolean
    Get
'Usage
Dim instance As GridSerializer
Dim value As Boolean

value = instance.IsGroupingEnabled
public bool IsGroupingEnabled { get; }

Property value

Type: System.Boolean

See also

Reference

GridSerializer class

GridSerializer members

Microsoft.SharePoint.JSGrid namespace