Intersoft ClientUI Documentation
GetItemAt Method (PagedCollectionView)



The zero-based index of the item to retrieve.
Gets the item at the specified zero-based index in this System.Windows.Data.PagedCollectionView, after the source collection is filtered, sorted, and paged.
Syntax
Public Overridable Function GetItemAt( _
   ByVal index As Integer _
) As Object
Dim instance As PagedCollectionView
Dim index As Integer
Dim value As Object
 
value = instance.GetItemAt(index)
public virtual object GetItemAt( 
   int index
)
public:
virtual Object^ GetItemAt( 
   int index
) 

Parameters

index
The zero-based index of the item to retrieve.

Return Value

The item at the specified zero-based index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than 0, or greater than or equal to the System.Windows.Data.PagedCollectionView.Count of items 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