ListView.IPageableItemContainer.SetPageProperties Method

Definition

For a description of this member, see SetPageProperties(Int32, Int32, Boolean).

 virtual void System.Web.UI.WebControls.IPageableItemContainer.SetPageProperties(int startRowIndex, int maximumRows, bool databind) = System::Web::UI::WebControls::IPageableItemContainer::SetPageProperties;
void IPageableItemContainer.SetPageProperties (int startRowIndex, int maximumRows, bool databind);
abstract member System.Web.UI.WebControls.IPageableItemContainer.SetPageProperties : int * int * bool -> unit
override this.System.Web.UI.WebControls.IPageableItemContainer.SetPageProperties : int * int * bool -> unit
Sub SetPageProperties (startRowIndex As Integer, maximumRows As Integer, databind As Boolean) Implements IPageableItemContainer.SetPageProperties

Parameters

startRowIndex
Int32

The index of the first record on the page.

maximumRows
Int32

The maximum number of items on a single page.

databind
Boolean

true to rebind the control after the properties are set; otherwise, false.

Implements

Remarks

The IPageableItemContainer.SetPageProperties method invokes the SetPageProperties method of the ListView control to set the page properties.

Applies to

See also