ListView.IPageableItemContainer.SetPageProperties メソッド

定義

このメンバーの詳細については、「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

パラメーター

startRowIndex
Int32

ページの最初のレコードのインデックス。

maximumRows
Int32

1 つのページ上の最大項目数。

databind
Boolean

プロパティの設定後にコントロールを再バインドする場合は true。それ以外の場合は false

実装

注釈

このメソッドはIPageableItemContainer.SetPageProperties、コントロールのメソッドをListViewSetPageProperties呼び出して、ページのプロパティを設定します。

適用対象

こちらもご覧ください