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






index
The index of the item to be retrieved.
Gets the item at the specified index.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   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.Item(index)
C# 
public object this( 
   int index
) {get;}
Delphi 
public  this: : TObject;( 
    index: Integer
); read-only
JScript 
public  this( 
   index : int
) get : Object
Managed Extensions for C++ 
public: __property Object* get_Item( 
   int index
);
C++/CLI 
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 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.