Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / ParentStorage Property

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