DataSource for Entity Framework in WPF
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 Integer
    public int CurrentPosition {get;}

    Property Value

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