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

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