QueryableDataSourceView.AutoPage 属性

定义

获取或设置一个值,该值指示与当前QueryableDataSourceView控件关联的对象默认是否QueryableDataSource支持分页。

public:
 virtual property bool AutoPage { bool get(); void set(bool value); };
public virtual bool AutoPage { get; set; }
member this.AutoPage : bool with get, set
Public Overridable Property AutoPage As Boolean

属性值

true 如果支持分页,则为否则,为 false. 默认值为 true

适用于