Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DaySlot Class
Fields Properties Methods


In This Topic
    DaySlot Class Members
    In This Topic

    The following tables list the members exposed by DaySlot.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsBolded dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsEnabled dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsSelected dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a date represented by the DaySlot object or a null value if the DaySlot is empty.  
    Public PropertyGets the day of the week that this slot corresponds to.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyIndicates whether the DaySlot is empty, that is doesn't represent a date.  
    Public PropertyIndicates whether the DaySlot represents a day from an adjacent month, but not of the month currently represented by C1CalendarItem.  
    Public PropertyIndicates whether a day represented by the DaySlot is currently bolded in C1CalendarItem UI. This is a dependency property.  
    Public PropertyIndicates whether a day represented by the DaySlot is currently enabled in C1CalendarItem UI. This is a dependency property.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyIndicates whether a day represented by the DaySlot is currently selected in C1CalendarItem UI. This is a dependency property.  
    Public PropertyIndicates whether the DaySlot represents the current day.  
    Public PropertyIndicates whether the DaySlot represents a weekend day.  
    Public PropertyReturns reference to the owning C1CalendarItem control.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.DependencyObject)
    Top
    See Also