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

In This Topic
    WeekNumberSlotPresenter Class
    In This Topic
    Represents a root element of the visual tree generated for a week number slot of the C1CalendarItem control.
    Object Model
    WeekNumberSlotPresenter Class
    Syntax
    'Declaration
     
    
    Public Class WeekNumberSlotPresenter 
       Inherits System.Windows.Controls.ListBoxItem
    public class WeekNumberSlotPresenter : 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.WeekNumberSlotPresenter

    See Also