ComponentOne Scheduler for WinForms
Item Property (C1BindingSource)

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

Parameters

index
The zero-based index of the element to get or set.
See Also

Reference

C1BindingSource Class
C1BindingSource Members