BootstrapSchedulerViewRepository.FullWeekView Property
Gets an object that defines the settings of the scheduler’s Full Week View.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapFullWeekView FullWeekView { get; }
Property Value
Type | Description |
---|---|
BootstrapFullWeekView | A BootstrapFullWeekView 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 BootstrapScheduler.FullWeekView property.