DataPager.SetPageProperties(Int32, Int32, Boolean) Método

Definição

Define as propriedades relacionadas à página no controle DataPager.Sets the page-related properties in the DataPager control.

public:
 virtual void SetPageProperties(int startRowIndex, int maximumRows, bool databind);
public virtual void SetPageProperties (int startRowIndex, int maximumRows, bool databind);
abstract member SetPageProperties : int * int * bool -> unit
override this.SetPageProperties : int * int * bool -> unit
Public Overridable Sub SetPageProperties (startRowIndex As Integer, maximumRows As Integer, databind As Boolean)

Parâmetros

startRowIndex
Int32

O índice do primeiro registro na página de dados.The index of the first record on the page of data.

maximumRows
Int32

O número máximo de itens em uma única página de dados.The maximum number of items on a single page of data.

databind
Boolean

true para reassociar o controle depois que as propriedades são definidas; caso contrário, false.true to rebind the control after the properties are set; otherwise, false.

Exceções

Não há nenhum controle associado a dados associado ao controle DataPager.There is no data-bound control associated with the DataPager control.

Comentários

O SetPageProperties método define novos valores para as StartRowIndex MaximumRows Propriedades e.The SetPageProperties method sets new values for the StartRowIndex and MaximumRows properties. Ele também invoca o IPageableItemContainer.SetPageProperties método para atualizar as propriedades relacionadas à página no controle vinculado a dados associado.It also invokes the IPageableItemContainer.SetPageProperties method to update the page-related properties in the associated data-bound control.

Aplica-se a

Confira também