Back to Devexpress

Full Week View

windowsforms-17623-controls-and-libraries-scheduler-views-full-week-view.md

latest8.8 KB
Original Source

Full Week View

  • Apr 23, 2018
  • 3 minutes to read

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.ActiveViewType property to the SchedulerViewType.FullWeek type.

The following image demonstrates the SchedulerControl displaying the Full Week View.

The table below lists the main properties of the FullWeekView class (inherited from the DayView) which implement its basic functionality.

Member NameDescription
FullWeekView.AppearanceProvides access to the properties that control the appearance of the FullWeekView‘s elements.
DayView.AppointmentDisplayOptionsProvides access to the appointment display options for the Day View and its descendants.
SchedulerControl.SelectedIntervalGets the time interval currently selected in the scheduler’s active view by an end-user.
DayView.ShowAllDayAreaGets or sets a value which specifies whether the All-Day Area is displayed in the Day View, Work-Week View and the Full Week View.
DayView.ShowDayHeadersGets or sets a value which specifies if day headers are shown in the Day View, Work-Week View and the Full Week View.
DayView.ShowMoreButtonsOnEachColumnGets 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 and the Full Week View.
DayView.ShowWorkTimeOnlyGets or sets a value indicating if the scheduler should show its data only for the working hours in the Day View, Work-Week View and the Full Week View.
DayView.StatusLineWidthGets or sets the width of Status Lines in the Day View, Work-Week View and the Full Week View (measured in pixels).
DayView.TimeRulersGets the View’s collection of time rulers.
DayView.TimeScaleGets or sets the time interval for the time slots in the scheduling area.
DayView.TimeSlotsGets the View’s collection of time slots.
SchedulerViewBase.GetVisibleIntervalsReturns a copy of the visible time interval collection for the current view.
SchedulerViewBase.SetVisibleIntervalsFills the visible time interval collection with new items.
DayView.VisibleTimeGets or sets the time of the view’s day interval.
DayView.WorkTimeGets or sets the work time interval for the Day View, Work-Week View and the Full Week View.

The following table lists events which allow you to customize the View’s layout.

Event NameDescription
SchedulerControl.CustomDrawDayHeaderAllows you to manually paint Day Headers.
SchedulerControl.CustomDrawDayViewAllDayAreaAllows you to manually paint All-Day Area.
SchedulerControl.CustomDrawDayViewTimeRulerAllows you to paint a Time Ruler in a custom manner.
SchedulerControl.CustomDrawGroupSeparatorAllows you to paint a Group Separator in a custom manner.
SchedulerControl.CustomDrawNavigationButtonAllows you to paint Navigation Buttons in a custom manner.
SchedulerControl.CustomDrawResourceHeaderAllows you to paint Resource Headers in a custom manner.
SchedulerControl.CustomDrawTimeCellAllows you to paint the Time Cells in a custom manner.

The following table lists services which allow you to customize the View’s layout.

ServiceDescription
TimeRulerFormatStringServiceAllows you to custom format the text of time labels within the Time Ruler.
HeaderCaptionServiceAllows you to custom format the header captions.
HeaderToolTipServiceAllows you to specify custom tooltips for the day headers