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