'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As DetailGrid
'Usage Dim instance As ReadOnlyDetailGridList Dim index As Integer Dim value As DetailGrid value = instance.Item(index)
public DetailGrid this[ int index ]; {get;}
Parameters
- index
- The zero-based index at which to get the detail grid.