RefinementManager.DisplayedCategories Property
Gets or sets the maximum number of filter categories to be displayed in the Refinement Web Panel Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property DisplayedCategories As Integer
Get
Set
'Usage
Dim instance As RefinementManager
Dim value As Integer
value = instance.DisplayedCategories
instance.DisplayedCategories = value
public int DisplayedCategories { get; set; }
Property Value
Type: System.Int32
The maximum number of filter categories to be displayed in the Refinement Panel Web Part.
Remarks
The default value of this property is 6 as and is always zero or greater.