PageSize Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the number of items to display on a single page.

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

Syntax

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

Field Value

The number of items to display on a single page. The default value is 10.

Remarks

Use this property to set the number of items to display on a single page.

See Also