PagedDataSource Construtor

Definição

Inicializa uma nova instância da classe PagedDataSource.Initializes a new instance of the PagedDataSource class.

public:
 PagedDataSource();
public PagedDataSource ();
Public Sub New ()

Comentários

Use este construtor para criar e inicializar uma nova instância da PagedDataSource classe.Use this constructor to create and initialize a new instance of the PagedDataSource class.

A tabela a seguir mostra os valores de propriedade inicial para uma instância do PagedDataSource .The following table shows initial property values for an instance of PagedDataSource.

PropriedadeProperty Valor inicialInitial Value
AllowCustomPaging false
AllowPaging false
AllowServerPaging false
CurrentPageIndex 00
PageSize 1010
VirtualCount 00

Aplica-se a