Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CoverElementCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets an object by index.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal index As Integer _
    ) As CoverElement
    public new CoverElement Item( 
       int index
    ) {get;}

    Parameters

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