DataCollection | ComponentOne
C1.UWP.DataCollection Assembly / C1.UWP.DataCollection Namespace / C1CollectionView Class / CurrentPosition Property

In This Topic
    CurrentPosition Property (C1CollectionView)
    In This Topic
    Gets the ordinal position of the CurrentItem within the view.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentPosition As Integer
    public int CurrentPosition {get;}
    See Also