C1.Silverlight.Schedule.5
Item Property (C1BindingSource)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.