Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / EditCollectionControl Class / ParentAppointment Property

In This Topic
    ParentAppointment Property (EditCollectionControl)
    In This Topic
    Gets or sets the appointment object, for which the control is shown.
    Syntax
    'Declaration
     
    
    Public Property ParentAppointment As Object
    public object ParentAppointment {get; set;}
    See Also