Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerViewModel Class / Scheduler Property

In This Topic
    Scheduler Property (C1SchedulerViewModel)
    In This Topic
    Gets the reference to the owning C1Scheduler control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Scheduler As C1Scheduler
    public C1Scheduler Scheduler {get;}
    See Also