ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / CurrentPosition Property

In This Topic
    CurrentPosition Property
    In This Topic
    Gets the ordinal position of the CurrentItem within the collection view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentPosition As System.Integer
    public System.int CurrentPosition {get;}

    Property Value

    The ordinal position of the CurrentItem within the collection view.
    See Also