Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / IntervalAppointment Class / IsSelectedAppointment Property

In This Topic
    IsSelectedAppointment Property (IntervalAppointment)
    In This Topic
    Gets or sets a value that determines whether the Appointment is selected in C1Scheduler UI.
    Syntax
    'Declaration
     
    
    Public Property IsSelectedAppointment As Boolean
    public bool IsSelectedAppointment {get; set;}
    See Also