ListView.IPageableItemContainer.SetPageProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「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、 コントロールの メソッドをSetPagePropertiesListView呼び出してページ プロパティを設定します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET