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

In This Topic
    VisualInterval Class
    In This Topic
    Represents a definition of a minimal indivisible time interval represented by the C1Scheduler.
    Object Model
    VisualInterval Class
    Syntax
    'Declaration
     
    
    Public Class VisualInterval 
       Inherits System.Windows.DependencyObject
    public class VisualInterval : System.Windows.DependencyObject 
    Remarks
    The instances of this class are used as DataContext for the C1Scheduler.VisualIntervalTemplate.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Schedule.VisualInterval
                C1.WPF.Schedule.VisualIntervalGroup

    See Also