[]
Represents an Appointment in a VisualInterval.
public class IntervalAppointment : DependencyObject
A single Appointment may cover multiple time intervals represented by VisualInterval objects from the VisualIntervals collection. The IntervalAppointment object represents an Appointment belonging to a certain Interval.
The IntervalAppointment objects are used as DataContext for the IntervalAppointmentTemplate DataTemplate.
| Name | Description |
|---|---|
| IsSelectedAppointmentProperty | Identifies the IsSelectedAppointment dependency property. |
| IsSelectedProperty | Identifies the IsSelected dependency property. |
| Name | Description |
|---|---|
| Appointment | Gets an Appointment that is intersected with a VisualInterval. |
| Interval | Gets a VisualInterval that intersects with an Appointment. |
| IsSelected | Gets or sets a value that determines whether the UI element that has this IntervalAppointment as a DataContext is selected. This is a dependency property. |
| IsSelectedAppointment | Gets or sets a value that determines whether the Appointment is selected in C1Scheduler UI. |