ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CurrentPosition Property

In This Topic
    CurrentPosition Property (BaseCollectionView)
    In This Topic
    Gets the ordinal position of the System.ComponentModel.ICollectionView.CurrentItem in the view.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CurrentPosition As Integer
    public virtual int CurrentPosition {get;}

    Property Value

    The ordinal position of the System.ComponentModel.ICollectionView.CurrentItem in the view.
    See Also