TitleCssClass Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS class name applied to title.

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

Syntax

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

Field Value

CSS class name applied to title. The default value is OutputTitle.

Remarks

Use this property to set the CSS class name applied to title.

See Also