






|
| UltimateSearch Class Library |
| UltimateSearchOutput..::..AllowPaging Property |
| UltimateSearchOutput Class See Also Send Feedback |
Gets or sets a value that indicates whether paging is enabled.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public bool AllowPaging { get; set; } |
| Visual Basic |
|---|
Public Property AllowPaging As Boolean Get Set |
| Visual C++ |
|---|
public: property bool AllowPaging { bool get (); void set (bool value); } |
Field Value
true if paging is enabled; otherwise, false. The default value is true.
Remarks
Use this property to enable paging.
