QueryableDataSourceView.AutoPage Propriedade
Definição
Obtém ou define um valor que indica se o objeto QueryableDataSourceView associado ao controle QueryableDataSource atual é compatível com a paginação por padrão.Gets or sets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports paging by default.
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
Valor da propriedade
true se a paginação for suportada; caso contrário, false .true if paging is supported; otherwise, false. O padrão é true.The default is true.