ComponentOne Scheduler for WPF and Silverlight
Item(Int32) Property

C1.Silverlight.Schedule Namespace > CoverElementCollection Class > Item Property : Item(Int32) Property
Gets an object by index.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal index As System.Integer _
) As CoverElement
public new CoverElement Item( 
   System.int index
) {get;}

Parameters

index
Remarks
The default implementation tries to get an object by key if integer value is specified.
See Also

Reference

CoverElementCollection Class
CoverElementCollection Members
Overload List