ComponentOne Scheduler for WPF and Silverlight
IntervalAppointment Class
Members 

C1.WPF.Schedule Namespace : IntervalAppointment Class
Represents an Appointment in a VisualInterval.
Object Model
IntervalAppointment Class
Syntax
'Declaration
 
Public Class IntervalAppointment 
   Inherits System.Windows.DependencyObject
public class IntervalAppointment : System.Windows.DependencyObject 
Remarks
A single Appointment may cover multiple time intervals represented by VisualInterval objects from the SchedulerGroupItem.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

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         C1.WPF.Schedule.IntervalAppointment

See Also

Reference

IntervalAppointment Members
C1.WPF.Schedule Namespace