[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientCollectionView.CurrentPosition

CurrentPosition Property

CurrentPosition

Gets the ordinal position of the CurrentItem within the collection view.

Declaration
public int CurrentPosition { get; }
Property Value
Type Description
int

The ordinal position of the CurrentItem within the collection view.

Implements