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

In This Topic
    IntervalAppointment Class
    In This Topic
    Object Model
    IntervalAppointment Class
    Syntax
    'Declaration
     
    
    Public Class IntervalAppointment 
       Inherits System.Windows.DependencyObject
    public class IntervalAppointment : System.Windows.DependencyObject 
    Remarks
    A single IntervalAppointment.Appointment may cover multiple time intervals represented by VisualInterval objects from the SchedulerGroupItem.VisualIntervals collection. The IntervalAppointment object represents an IntervalAppointment.Appointment belonging to a certain IntervalAppointment.Interval.

    The IntervalAppointment objects are used as DataContext for the C1Scheduler.IntervalAppointmentTemplate DataTemplate.

    Inheritance Hierarchy

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

    See Also