Represents an Appointment in a VisualInterval.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class IntervalAppointment : DependencyObject
Visual Basic (Declaration)
Public Class IntervalAppointment _
	Inherits 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.

Inheritance Hierarchy

See Also