Intersoft ClientUI Documentation
CurrentPosition Property



Gets the ordinal position of the System.Windows.Data.PagedCollectionView.CurrentItem in the view, which might be sorted and filtered.
Syntax
Public ReadOnly Property CurrentPosition As Integer
Dim instance As PagedCollectionView
Dim value As Integer
 
value = instance.CurrentPosition
public int CurrentPosition {get;}
public:
property int CurrentPosition {
   int get();
}

Property Value

The ordinal position of the System.Windows.Data.PagedCollectionView.CurrentItem in the view.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback