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

In This Topic
    Item(Object) Property
    In This Topic
    Gets a ScheduleGroupItem object with the specified owner.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal owner As System.Object _
    ) As ScheduleGroupItem
    public ScheduleGroupItem Item( 
       System.object owner
    ) {get;}

    Parameters

    owner
    See Also