Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView 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 first item became the CurrentItem; otherwise, false.
    See Also