Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / SelectedIntervalAppointment Property

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