SuggestSearchTermsCssClass Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchInput..::..SuggestSearchTermsCssClass Property |
| UltimateSearchInput Class See Also Send Feedback |
Gets or sets the CSS Class name applied to the suggested search terms.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string SuggestSearchTermsCssClass { get; set; } |
| Visual Basic |
|---|
Public Property SuggestSearchTermsCssClass As String Get Set |
| Visual C++ |
|---|
public: property String^ SuggestSearchTermsCssClass { String^ get (); void set (String^ value); } |
Field Value
CSS Class name applied to the suggested search terms. The default value is SuggestSearchTerms.
Remarks
Use this property to set the CSS Class name applied to the suggested search terms.