Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualInterval Class / Scheduler Property

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