DisplaySuggestPageCount Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchInput..::..DisplaySuggestPageCount Property |
| UltimateSearchInput Class See Also Send Feedback |
Gets or sets a value that indicates whether page counts are displayed for suggested search terms.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public bool DisplaySuggestPageCount { get; set; } |
| Visual Basic |
|---|
Public Property DisplaySuggestPageCount As Boolean Get Set |
| Visual C++ |
|---|
public: property bool DisplaySuggestPageCount { bool get (); void set (bool value); } |
Field 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.