Item Property (C1DetailGridViewCollection)
Gets a
C1DetailGridView object from the
C1DetailGridViewCollection collection at the specified index. In C#, this property is the indexer for the
C1DetailGridViewCollection class.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As C1DetailGridView
Parameters
- index
- The index of the C1DetailGridView derived object in the C1DetailGridViewCollection collection to retrieve.