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

In This Topic
    Scheduler Property (EditRecurrenceControl)
    In This Topic
    Gets or sets reference to the parent EditRecurrenceControl.Scheduler control.
    Syntax
    'Declaration
     
    
    Public Property Scheduler As C1Scheduler
    public C1Scheduler Scheduler {get; set;}
    See Also