# Calendar Day Cells (Slots)

## Content



Each [DaySlotPresenter](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlotPresenter.html) element gets a [DaySlot](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlot.html) type object as its DataContext. This allows convenient binding of the DaySlotPresenter UI to a DaySlot object. DaySlot provides information about a certain day cell, which includes the following read-only properties:

*   bool [DaySlotPresenter.Empty](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlotPresenter.Empty.html) - indicates whether a slot represents a day or it's an empty one
*   DateTime [DaySlotPresenter.Date](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlotPresenter.Date.html) - gets a date represented by the DaySlot or a null value if the DaySlot is empty
*   [DayOfWeekSlot.DayOfWeek](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DayOfWeekSlot.DayOfWeek.html) - gets the day of the week to which this slot corresponds
*   bool [DaySlot.IsWeekEnd](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlot.IsWeekend.html) - indicates whether this day is a weekend
*   bool [DaySlot.IsSelected](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlot.IsSelected.html) - indicates whether this day slot is currently selected
*   bool [DaySlot.IsAdjacent](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlot.IsAdjacent.html) - indicates whether the DaySlot represents a day from an adjacent month, but not of the month currently represented by the [C1Calendar](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.C1Calendar.html)
*   bool [DaySlot.IsBolded](/componentone/api/wpf/online-scheduler/dotnet-framework-api/C1.WPF.Schedule.4.6.2/C1.WPF.Schedule.DaySlot.IsBolded.html) - indicates whether a day represented by the DaySlot is currently bolded in the C1Calendar UI