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

In This Topic
    VisualIntervalsPresenter Class
    In This Topic
    The base class for list boxes which should represent the collection of VisualInterval objects.
    Object Model
    VisualIntervalsPresenter Class
    Syntax
    'Declaration
     
    
    Public Class VisualIntervalsPresenter 
       Inherits GroupedListBox
    public class VisualIntervalsPresenter : GroupedListBox 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ItemsControl
                      System.Windows.Controls.Primitives.Selector
                         System.Windows.Controls.ListBox
                            C1.Silverlight.Schedule.GroupedListBox
                               C1.Silverlight.Schedule.VisualIntervalsPresenter
                                  C1.Silverlight.Schedule.C1SchedulerPresenter
                                  C1.Silverlight.Schedule.VisualIntervalGroupsPresenter

    See Also