Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DaySlot Class
Members

In This Topic
    DaySlot Class
    In This Topic
    Represents a day slot in the C1CalendarItem control.
    Object Model
    DaySlot Class
    Syntax
    'Declaration
     
    
    Public Class DaySlot 
       Inherits System.Windows.DependencyObject
    public class DaySlot : System.Windows.DependencyObject 
    Remarks
    An instance of this class can represent a day of a month or an empty slot, which is determined by the Empty property value. In the case when DaySlot is empty, the Date property will have a null value, but the other properties will still contain information that allows you to determine the placement of the slot in the calendar. For example the DayOfWeek property will determine a day of week that the slot corresponds to.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Schedule.DaySlot

    See Also