Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.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 VisualIntervalTemplate.
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          C1.Silverlight.Schedule.VisualInterval
             C1.Silverlight.Schedule.VisualIntervalGroup

    See Also