Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointment Class / IsSelectedAppointment Property

In This Topic
    IsSelectedAppointment Property
    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