C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1DetailGridViewCollection Class / Item Property
The index of the C1DetailGridView derived object in the C1DetailGridViewCollection collection to retrieve.

In This Topic
Item Property (C1DetailGridViewCollection)
In This Topic
Gets a C1DetailGridView object from the C1DetailGridViewCollection collection at the specified index. In C#, this property is the indexer for the C1DetailGridViewCollection class.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As C1DetailGridView
 

Parameters

index
The index of the C1DetailGridView derived object in the C1DetailGridViewCollection collection to retrieve.
See Also