PagedDataSource.IsLastPage Propriedade
Definição
Obtém um valor que indica se a página atual é a última página.Gets a value indicating whether the current page is the last page.
public:
property bool IsLastPage { bool get(); };
public bool IsLastPage { get; }
member this.IsLastPage : bool
Public ReadOnly Property IsLastPage As Boolean
Valor da propriedade
true se a página atual for a última página; caso contrário, false .true if the current page is the last page; otherwise, false.
Comentários
Use a IsLastPage propriedade para determinar se a página atual é a última página.Use the IsLastPage property to determine whether the current page is the last page.