Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Appointment Class / ParentCollection Property

In This Topic
    ParentCollection Property (Appointment)
    In This Topic
    Gets the reference to the parent AppointmentCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentCollection As AppointmentCollection
    public AppointmentCollection ParentCollection {get;}
    See Also