Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / IntervalAppointment Class
Members

In This Topic
    IntervalAppointment Class
    In This Topic
    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.DependencyObject
          C1.Silverlight.Schedule.IntervalAppointment

    See Also