DataResultBase.EnableSmartGrouping Property
Gets or sets a value that enables smart grouping on the result set.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property EnableSmartGrouping As Boolean
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As Boolean
value = instance.EnableSmartGrouping
instance.EnableSmartGrouping = value
public bool EnableSmartGrouping { get; set; }
Property Value
Type: System.Boolean
true to enable smart grouping; otherwise, false.
Remarks
Smart grouping will not group sets with only one item, or sets with only one group.