Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / ScheduleGroupItemCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a ScheduleGroupItem object at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As ScheduleGroupItem
    public new ScheduleGroupItem Item( 
       System.int index
    ) {get;}

    Parameters

    index
    See Also