Item Property (C1BindingSource)
Gets or sets the list element at the specified index.
public virtual System.object this[
System.int
]; {get; set;}
'Declaration
Public Overridable Default Property Item( _
ByVal As System.Integer _
) As System.Object
Parameters
- index
- The zero-based index of the element to get or set.