SchedulerViewRepository.FullWeekView Property
Gets an object that defines the settings of the scheduler’s Full Week View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
FullWeekView | A FullWeekView object representing the Full Week View in the scheduling area. |
Remarks
The Full Week View enables end-users to schedule and display Appointments by the entire week.
Use the FullWeekView property to customize the settings of the Full Week View. To make the Scheduler control display information using the Week View, set the ASPxScheduler.ActiveViewType property to SchedulerViewType.FullWeek.
The settings of the Full Week View can also be accessed via the ASPxScheduler.FullWeekView property.