Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / SchedulerGroupItemCollection Class / Item Property / Item(Int32) Property

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

    Parameters

    index
    See Also