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

In This Topic
    DaySlotPresenter Class
    In This Topic
    Represents a root element of a visual tree generated for a day slot of the C1CalendarItem.
    Object Model
    DaySlotPresenter Class
    Syntax
    'Declaration
     
    
    Public Class DaySlotPresenter 
       Inherits System.Windows.Controls.ListBoxItem
    public class DaySlotPresenter : System.Windows.Controls.ListBoxItem 
    Remarks
    A separate DaySlotPresenter element is generated for each DaySlot from the C1CalendarItem.DaySlots collection.
    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.DaySlotPresenter

    See Also