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

In This Topic
    Appointment Property (EditAppointmentControl)
    In This Topic
    Gets or sets an EditAppointmentControl.Appointment object representing current DataContext.
    Syntax
    'Declaration
     
    
    Public Property Appointment As Appointment
    public Appointment Appointment {get; set;}
    See Also