Skip to main content

BootstrapMonthView Class

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public class BootstrapMonthView :
    MonthView,
    IBootstrapSchedulerView

The following members return BootstrapMonthView objects:

#Remarks

The Bootstrap Scheduler control has several view types that provide different arrangements and formats for scheduling and viewing appointments. The BootstrapMonthView class represents a Month View. This type of view enables end-users to schedule and view user events by month (several weeks).

Use the MonthView.WeekCount property to specify the number of weeks shown in a view.

All views are stored in the scheduler’s view repository which can be accessed via the BootstrapScheduler.Views property. To access the settings of the Month View, use the BootstrapSchedulerViewRepository.MonthView property.

#Inheritance

Object
SchedulerViewBase
DevExpress.Web.ASPxScheduler.Internal.HorizontalWeekViewBase
MonthView
BootstrapMonthView
See Also