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