| |||||
DataGridItemCollection.Item PropertySystem.Web.UI.WebControls Namespace DataGridItemCollection Class Returns a DataGridItem object at the specified index in the collection. In [ C# ], this property is the indexer for the DataGridItemCollection class. [ VB ] Public Default ReadOnly Property Item ( _ ByVal index As Integer _ ) As Item [ C# ] public Item this [ int index ] {get;} [ C++ ] public: __property Item* get_Item ( int index ); [ JScript ] returnValue=ItemCollectionObject.Item ( index ); -or- returnValue=ItemCollectionObject ( index ); Parameters
Property ValueThe DataGridItem at the specified index in the collection. RemarksUse this indexer to get a DataGridItem object from the DataGridItemCollection at the specified index using array notation. See AlsoDataGridItemCollection Members |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme