Item Property (C1BindingListDataCollection)
Gets the element at the specified index in the read-only list.
'Declaration
Public Overrides ReadOnly Default Property Item( _
ByVal As Integer _
) As Object
public override object this[
int
]; {get;}
Parameters
- index
- The index.
Property Value
The item at the specified position.