//
// 摘要:
// 获取或设置当前显示页的索引。
//
// 返回结果:
// 当前所显示页面的从零开始的索引。
//
// 异常:
// System.ArgumentOutOfRangeException:
// System.Web.UI.WebControls.GridView.PageIndex 属性被设置为一个小于 0 的值。
[Browsable(true)]
[DefaultValue(0)]
[WebCategory("Paging")]
[WebSysDescription("GridView_PageIndex")]
public virtual int PageIndex { get; set; }