Wimark.Controls Class Library  

DataGridViewModel.Item Property

Gets the item at the specified indexed location in the model.

[C#] In C#, this property is the indexer for the DataGridViewModel class.

[Visual Basic]
Overridable Public ReadOnly Property Item( _
   ByVal itemIndex As Integer _
) As Object 
[C#]
public virtual object this[  
   int itemIndex 
] {get;}
[C++]
public: __property virtual Object* get_Item( 
   int itemIndex 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewModel Class | DataGridViewModel Members | Wimark.Controls Namespace