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


In This Topic
    DaySlot Class Members
    In This Topic

    The following tables list the members exposed by DaySlot.

    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 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 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
     NameDescription
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodReturns string representation of the Date property value.  
    Top
    See Also