aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ae9b2331.md
Represents Month (Multi-Week) View.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapMonthView :
MonthView,
IBootstrapSchedulerView
Public Class BootstrapMonthView
Inherits MonthView
Implements IBootstrapSchedulerView
The following members return BootstrapMonthView objects:
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.
Object SchedulerViewBase DevExpress.Web.ASPxScheduler.Internal.HorizontalWeekViewBase MonthView BootstrapMonthView
See Also