UltimateSearch Class Library

UltimateSearchInput.DisplaySuggestPageCount Property

Gets or sets a value that indicates whether page counts are displayed for suggested search terms.

[Visual Basic]
Public Property DisplaySuggestPageCount As Boolean
[C#]
public bool DisplaySuggestPageCount {get; set;}

Property Value

true if page counts are displayed for suggested search terms; otherwise, false. The default value is true.

Remarks

Use this property to display page counts for suggested search terms. Note that DisplaySuggest must be set to true for this property to take effect.

See Also

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace