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

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

    Return Value

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