Back to Devexpress

Full Week View

aspnet-17778-components-scheduler-concepts-views-full-week-view.md

latest3.4 KB
Original Source

Full Week View

  • Dec 17, 2020
  • 2 minutes to read

The Full Week View displays appointments for the entire week. This view’s options are represented by the FullWeekView object, which is accessed using the ASPxScheduler.FullWeekView property. The image below demonstrates the Scheduler control with its ASPxScheduler.ActiveViewType property set to the SchedulerViewType.FullWeek.

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

Member NameDescription
ASPxScheduler.FirstDayOfWeekGets the day which the ASPXScheduler ‘s week starts from.
FullWeekView.StylesProvides access to the properties that control the appearance of the Full Week view’s elements.
DayView.AppointmentDisplayOptionsProvides access to the appointment’s display options.
DayView.ShowAllDayAreaGets or sets a value which specifies if the All-Day Area is shown when a Scheduler shows its data in the view.
DayView.ShowDayHeadersGets or sets a value which specifies if day headers are shown when a scheduler shows its data in the Day or the Work-Week views.
DayView.ShowMoreButtonsOnEachColumnGets or sets a value indicating whether to show the more buttons on each column in the view.
DayView.ShowWorkTimeOnlyGets or sets a value indicating if the scheduler should show its data only for the working hours in a view.
DayView.TimeScaleGets or sets the time interval for the time zones and time slots in the scheduling area.
DayView.TimeSlotsGets the View’s collection of time slots.
DayView.VisibleTimeGets or sets the time of the view’s day interval.
DayView.WorkTimeGets or sets the work time interval for a view.
SchedulerViewBase.GetVisibleIntervalsReturns a copy of the visible time interval collection for the current view.
SchedulerViewBase.SetVisibleIntervalsSubstitutes the visible time interval collection items with new ones.

See Also

Online Demo: Full Week View