PageLinkCssClass Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the CSS class name applied to page link numbers.

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

Syntax

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

Field Value

CSS class name applied to page link numbers. The default value is OutputPageLink.

Remarks

Use this property to set the CSS class name applied to page link numbers.

See Also