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

单个页面上的最大项数。

databind
Boolean

如果设置属性后重新绑定控件,则为 true;否则为 false

实现

注解

该方法 IPageableItemContainer.SetPageProperties 调用 SetPageProperties 控件的方法 ListView 来设置页面属性。

适用于

另请参阅