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

In This Topic
    DayOfWeekSlotPresenter Class
    In This Topic
    Represents a root element of a visual tree generated for a day of week slot of the C1CalendarItem.
    Object Model
    DayOfWeekSlotPresenter Class
    Syntax
    'Declaration
     
    
    Public Class DayOfWeekSlotPresenter 
       Inherits System.Windows.Controls.ListBoxItem
    public class DayOfWeekSlotPresenter : System.Windows.Controls.ListBoxItem 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      System.Windows.Controls.ListBoxItem
                         C1.Silverlight.Schedule.DayOfWeekSlotPresenter

    See Also