UltimateSearch Class Library

UltimateSearchOutput.PageSize Property

Gets or sets the number of items to display on a single page.

[Visual Basic]
Public Property PageSize As Integer
[C#]
public int PageSize {get; set;}

Property 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

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace