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

In This Topic
    VisualIntervalGroupsPresenter Class
    In This Topic
    The VisualIntervalGroupsPresenter class is a listbox representing the collection of VisualIntervalGroup objects. This class implements selection logic for all-day areas in Day View, WorkWeek View and Office 2007 Week View modes.
    Object Model
    VisualIntervalGroupsPresenter Class
    Syntax
    'Declaration
     
    
    Public Class VisualIntervalGroupsPresenter 
       Inherits VisualIntervalsPresenter
    public class VisualIntervalGroupsPresenter : VisualIntervalsPresenter 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            System.Windows.Controls.Primitives.Selector
                               System.Windows.Controls.ListBox
                                  C1.WPF.Schedule.VisualIntervalsPresenter
                                     C1.WPF.Schedule.VisualIntervalGroupsPresenter

    See Also