ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / IsCurrentBeforeFirst Property

In This Topic
    IsCurrentBeforeFirst Property (BaseCollectionView)
    In This Topic
    Gets a value that indicates whether the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the start of the collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsCurrentBeforeFirst As Boolean
    public virtual bool IsCurrentBeforeFirst {get;}

    Property Value

    true if the System.ComponentModel.ICollectionView.CurrentItem of the view is beyond the start of the collection; otherwise, false.
    See Also