PageLinkCount Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the number of page links to display.

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

Syntax

C#
public int PageLinkCount { get; set; }
Visual Basic
Public Property PageLinkCount As Integer
	Get
	Set
Visual C++
public:
property int PageLinkCount {
	int get ();
	void set (int value);
}

Field Value

The number of page links to display. The default value is 10.

Remarks

Use this property to set the number of page links to display.

See Also