TextCssClass Property

UltimateSearch

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

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

Syntax

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

Field Value

CSS class name applied to text. The default value is OutputText.

Remarks

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

See Also