SuggestBoxCssClass Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS Class name applied to the suggest dropdown box.

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

Syntax

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

Field Value

CSS Class name applied to the suggest dropdown box. The default value is SuggestBox.

Remarks

Use this property to set the CSS Class name applied to the suggest dropdown box.

See Also