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

In This Topic
    MoveCurrentToFirst Method
    In This Topic
    Sets the first item in the view as the CurrentItem.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToFirst() As Boolean
    public bool MoveCurrentToFirst()

    Return Value

    true if the resulting CurrentItem is an item within the view; otherwise, false.
    See Also