ListView::IPageableItemContainer::SetPageProperties Method (Int32, Int32, Boolean)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see IPageableItemContainer::SetPageProperties.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: virtual void SetPageProperties( int startRowIndex, int maximumRows, bool databind ) sealed = IPageableItemContainer::SetPageProperties
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 IPageableItemContainer::SetPageProperties method invokes the SetPageProperties method of the ListView control to set the page properties.
.NET Framework
Available since 3.5
Available since 3.5
Show: