ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / 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