SuggestPageCountCssClass Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS Class name applied to the page count.

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

Syntax

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

Field Value

CSS Class name applied to the page count. The default value is SuggestPageCount.

Remarks

Use this property to set the CSS Class name applied to the page count.

See Also