DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / MoveToFirstPage Method

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

    Return Value

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