[]
        
(Showing Draft Content)

C1.WPF.Schedule.IntervalAppointment

IntervalAppointment Class

Represents an Appointment in a VisualInterval.

Inheritance
IntervalAppointment
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class IntervalAppointment : DependencyObject
Remarks

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.

Fields

Name Description
IsSelectedAppointmentProperty

Identifies the IsSelectedAppointment dependency property.

IsSelectedProperty

Identifies the IsSelected dependency property.

Properties

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.