Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / SelectedAppointment Property

In This Topic
    SelectedAppointment Property (C1Scheduler)
    In This Topic
    Gets or sets an C1.C1Schedule.Appointment that is currently selected in the control UI. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SelectedAppointment As Appointment
    public Appointment SelectedAppointment {get; set;}
    See Also