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

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

    Return Value

    true if the resulting System.ComponentModel.ICollectionView.CurrentItem is an item in the view; otherwise, false.
    See Also