WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.DataCollection Namespace / C1CollectionView Class / MoveCurrentTo Method
The item to set as the CurrentItem.
In This Topic
    MoveCurrentTo Method
    In This Topic
    Sets the specified item to be the CurrentItem in the view.
    Syntax
    public bool MoveCurrentTo( 
       object item
    )

    Parameters

    item
    The item to set as the CurrentItem.
    See Also