ListViewPagedDataSource.AllowServerPaging 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否已启用基于服务器的分页。
public:
property bool AllowServerPaging { bool get(); void set(bool value); };
public bool AllowServerPaging { get; set; }
member this.AllowServerPaging : bool with get, set
Public Property AllowServerPaging As Boolean
属性值
如果启用了基于服务器的分页,则为 true
;否则为 false
。
注解
AllowServerPaging使用 属性指定是否启用基于服务器的分页。 如果此属性设置为 true
,则数据源对象将执行基于服务器的分页。 否则,控件 ListView 执行基于 UI 的分页。 在基于 UI 的分页中 ListView ,控件从数据源请求所有记录,并且仅对当前页使用记录。