Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / RecurrencePattern Class / ParentAppointment Property

In This Topic
    ParentAppointment Property (RecurrencePattern)
    In This Topic
    Gets the Appointment object which represents the master appointment for this RecurrencePattern object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentAppointment As Appointment
    public Appointment ParentAppointment {get;}
    See Also