Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule Namespace / ScheduleGroupItem Class / Scheduler Property

In This Topic
    Scheduler Property (ScheduleGroupItem)
    In This Topic
    Gets the Scheduler that ScheduleGroupItem belongs to.
    Syntax
    'Declaration
     
    Public ReadOnly Property Scheduler As C1Schedule
    public C1Schedule Scheduler {get;}
    See Also