ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / MoveToLastPage Method

In This Topic
    MoveToLastPage Method (BaseCollectionView)
    In This Topic
    Sets the last page as the current page.
    Syntax
    'Declaration
     
    
    Public Overridable Function MoveToLastPage() As Boolean
    public virtual bool MoveToLastPage()

    Return Value

    true if the operation was successful; otherwise, false.
    See Also