Back to Devexpress

BootstrapMonthView Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ae9b2331.md

latest2.6 KB
Original Source

BootstrapMonthView Class

Represents Month (Multi-Week) View.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapMonthView :
    MonthView,
    IBootstrapSchedulerView
vb
Public Class BootstrapMonthView
    Inherits MonthView
    Implements 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

BootstrapMonthView Members

Scheduler

Views

Online Demo: Month View

DevExpress.Web.Bootstrap Namespace