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

Namespace:  C1.Data.DataSource
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public int CurrentPosition { get; }
Visual Basic
Public ReadOnly Property CurrentPosition As Integer
	Get

Return Value

The ordinal position of the CurrentItem within the collection view.

See Also