Intersoft ClientUI Documentation
GetItemAt Method
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : GetItemAt Method






index
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

Visual Basic (Declaration) 
Public Overridable Function GetItemAt( _
   ByVal index As Integer _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim index As Integer
Dim value As Object
 
value = instance.GetItemAt(index)
C# 
public virtual object GetItemAt( 
   int index
)
Delphi 
public function GetItemAt( 
    index: Integer
): TObject; virtual; 
JScript 
public function GetItemAt( 
   index : int
) : Object;
Managed Extensions for C++ 
public: virtual Object* GetItemAt( 
   int index
) 
C++/CLI 
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.ArgumentOutOfRangeException is less than 0, or greater than or equal to the of items in the view.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.