C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / Item Property
The zero-based index of the element to get or set.

In This Topic
Item Property (C1BindingSource)
In This Topic
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
 

Parameters

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