Scheduler for WPF | ComponentOne
C1.WPF.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.ContentControl
    public class WeekNumberSlotPresenter : System.Windows.Controls.ContentControl 
    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.ContentControl
                            C1.WPF.Schedule.WeekNumberSlotPresenter

    See Also