DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / IsCurrentBeforeFirst Property

In This Topic
    IsCurrentBeforeFirst Property (C1CollectionView)
    In This Topic
    Gets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCurrentBeforeFirst As Boolean
    public bool IsCurrentBeforeFirst {get;}
    See Also