UltimateSearch Class Library

UltimateSearchOutput.AllowPaging Property

Gets or sets a value that indicates whether paging is enabled.

[Visual Basic]
Public Property AllowPaging As Boolean
[C#]
public bool AllowPaging {get; set;}

Property Value

true if paging is enabled; otherwise, false. The default value is true.

Remarks

Use this property to enable paging.

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace