Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ListView::SetPageProperties Method (Int32, Int32, Boolean)

 

Sets the properties of a page of data in the ListView control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual void SetPageProperties(
	int startRowIndex,
	int maximumRows,
	bool databind
)

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.

Exception Condition
ArgumentOutOfRangeException

maximumRows is less than 1.

-or-

startRowIndex is less than 0.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft