FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPaginator Class / GetPageAsync Method / GetPageAsync(Int32) Method

In This Topic
    GetPageAsync(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub GetPageAsync( _
       ByVal pageNumber As Integer _
    ) 
    public virtual void GetPageAsync( 
       int pageNumber
    )

    Parameters

    pageNumber
    See Also