UltimateSearch Class Library

UltimateSearchInput.SuggestBoxCssClass Property

Gets or sets the CSS Class name applied to the suggest dropdown box.

[Visual Basic]
Public Property SuggestBoxCssClass As String
[C#]
public string SuggestBoxCssClass {get; set;}

Property 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

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace