Skip to main content

BootstrapFullWeekView Class

Represents a Full Week View.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapFullWeekView :
    FullWeekView,
    IBootstrapSchedulerView

The following members return BootstrapFullWeekView objects:

Remarks

The Bootstrap Scheduler control has several view types that provide different arrangements and formats for scheduling and viewing appointments. The BootstrapFullWeekView class is implemented for the Full Week View. This type of view enables end-users to schedule and view user events for the entire week.

To specify the start of the week, use the ASPxScheduler.FirstDayOfWeek property.

All views are stored in the scheduler’s view repository, which can be accessed using the BootstrapScheduler.Views property. To access the settings of the Full Week View, use the BootstrapScheduler.FullWeekView property.

Inheritance

Object
SchedulerViewBase
DayView
DevExpress.Web.ASPxScheduler.Internal.WeekViewBase
FullWeekView
BootstrapFullWeekView
See Also