C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace : DaySlot Class |
For a list of all members of this type, see DaySlot members.
Name | Description | |
---|---|---|
![]() | Date | Gets a date represented by the DaySlot object or a null value if the DaySlot is empty. |
![]() | DayOfWeek | Gets the day of the week that this slot corresponds to. |
![]() | Dispatcher | (Inherited from System.Windows.DependencyObject) |
![]() | Empty | Indicates whether the DaySlot is empty, that is doesn't represent a date. |
![]() | IsAdjacent | Indicates whether the DaySlot represents a day from an adjacent month, but not of the month currently represented by C1CalendarItem. |
![]() | IsBolded | Indicates whether a day represented by the DaySlot is currently bolded in C1CalendarItem UI. This is a dependency property. |
![]() | IsEnabled | Indicates whether a day represented by the DaySlot is currently enabled in C1CalendarItem UI. This is a dependency property. |
![]() | IsSelected | Indicates whether a day represented by the DaySlot is currently selected in C1CalendarItem UI. This is a dependency property. |
![]() | IsToday | Indicates whether the DaySlot represents the current day. |
![]() | IsWeekend | Indicates whether the DaySlot represents a weekend day. |
![]() | Owner | Returns reference to the owning C1CalendarItem control. |