Full Week View
- 2 minutes to read
Note
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
This document introduces the Full Week view of the Scheduler Control.
The Full Week View displays appointments for all days in a particular week. The view is implemented by the FullWeekView class, accessible by using the SchedulerControl.FullWeekView property. To show the view, set the SchedulerControl with its SchedulerControl.ActiveViewType property to the SchedulerViewType.FullWeek type.
The following table lists the main properties of the FullWeekView class (inherited from the DayView) which implement its basic functionality.
Member Name | Description |
---|---|
DayView.TimeScale | Gets or sets the time interval for the time slots in the scheduling area. |
DayView.TimeRulers | Provides access to the View’s collection of time rulers. |
DayView.VisibleTime | Gets or sets the time of the view’s day interval for the Day View, Work-Week View, Full Week View views. |
DayView.WorkTime | Gets or sets the work time interval for the Day View, Work-Week View, Full Week View views. |
DayView.ShowWorkTimeOnly | Gets or sets a value indicating if the Scheduler Control should show its data only for the working hours in the Day View, Work-Week View, Full Week View views. |
DayView.ShowDayHeaders | Gets or sets a value which specifies if day headers are shown in the Day View, Work-Week View, Full Week View views. |
DayView.ShowAllDayArea | Gets or sets a value which specifies if the All-Day Area is shown in the Day View, Work-Week View, Full Week View views. . |
DayView.AllDayAreaScrollBarVisible | Specifies whether scrolling of the All-Day Area is enabled, and the corresponding scrollbar is visible in the Day View, Work-Week View, Full Week View views. |
DayView.ShowMoreButtonsOnEachColumn | Gets or sets a value indicating whether to show the More Buttons on each column, or only on the Time Ruler in the Day View, Work-Week View, Full Week View views. |
DayView.TimeIndicatorDisplayOptions | Provides access to options specifying how the Time Indicator is displayed in the view. |
DayView.AppointmentDisplayOptions | Provides access to the options specifying how appointments are displayed in a view. |