HighlightCssClass Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS class name to highlight the search terms.

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

Syntax

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

Field Value

CSS class name to highlight the search terms. The default value is OutputHighlight.

Remarks

Use this property to set the CSS class name to highlight the search terms.

See Also