IPageableItemContainer::SetPageProperties Method (Int32, Int32, Boolean)
.NET Framework (current version)
Sets the properties of a page of data.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- startRowIndex
-
Type:
System::Int32
The index of the first record on the page.
- maximumRows
-
Type:
System::Int32
The maximum number of items on a single page.
- databind
-
Type:
System::Boolean
true to rebind the control after the properties are set; otherwise, false.
The SetPageProperties method is called by the DataPager control every time that the control must update the page-related properties. When implemented by a class, the SetPageProperties method must internally update the MaximumRows and StartRowIndex properties by using the values of the maximumRows and startRowIndexparameters.
.NET Framework
Available since 3.5
Available since 3.5
Show: