ICollectionView.CurrentPosition Property

Definition

Gets the ordinal position of the CurrentItem within the view.

public:
 property int CurrentPosition { int get(); };
public int CurrentPosition { get; }
member this.CurrentPosition : int
Public ReadOnly Property CurrentPosition As Integer

Property Value

The ordinal position of the CurrentItem within the view.

Applies to

See also