SuggestItemOverCssClass Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS Class name applied to each suggested item row when mouse is over.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public string SuggestItemOverCssClass { get; set; }
Visual Basic
Public Property SuggestItemOverCssClass As String
	Get
	Set
Visual C++
public:
property String^ SuggestItemOverCssClass {
	String^ get ();
	void set (String^ value);
}

Field Value

CSS Class name applied to each suggested item row when mouse is over. The default value is SuggestItemOver.

Remarks

Use this property to set the CSS Class name applied to each suggested item row when mouse is over.

See Also