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

In This Topic
    ParentCollection Property (Appointment)
    In This Topic
    Gets or sets the reference to the parent AppointmentCollection object.
    Syntax
    'Declaration
     
    
    Public Property ParentCollection As AppointmentCollection
    public AppointmentCollection ParentCollection {get; set;}
    Remarks
    This property is set automatically when appointment is added to the parent collection. You should manually set this property if you need to edit new appointment before adding it to collection. It will allow appointment to have references to Contacts, Resources, Categories, Labels and Statuses collections.
    See Also