ComponentOne Scheduler for WPF and Silverlight
DaySlotPresenter Class
Members 

C1.Silverlight.Schedule Namespace : DaySlotPresenter Class
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

Reference

DaySlotPresenter Members
C1.Silverlight.Schedule Namespace