ListView.IPageableItemContainer.SetPageProperties Method

Definition

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

C#
void IPageableItemContainer.SetPageProperties(int startRowIndex, int maximumRows, bool databind);

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

Produkt Verzie
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also