Intersoft ClientUI Documentation
Item Property (PagedCollectionView)



The index of the item to be retrieved.
Gets the item at the specified index.
Syntax
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Object
Dim instance As PagedCollectionView
Dim index As Integer
Dim value As Object
 
value = instance.Item(index)
public object this[ 
   int index
]; {get;}
public:
property Object^ default [int] {
   Object^ get(int index);
}

Parameters

index
The index of the item to be retrieved.

Property Value

The item at the specified index.
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