Back to Devexpress

BootstrapWeekView Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-297e0c0c.md

latest2.3 KB
Original Source

BootstrapWeekView Class

Represents a Week View.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapWeekView :
    WeekView,
    IBootstrapSchedulerView
vb
Public Class BootstrapWeekView
    Inherits WeekView
    Implements IBootstrapSchedulerView

The following members return BootstrapWeekView objects:

Remarks

The Bootstrap Scheduler control has several view types that provide different arrangements and formats for scheduling and viewing appointments. The BootstrapWeekView class represents a Week View. This type of view enables end-users to schedule and view the user events in a week.

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 Week View, use the BootstrapSchedulerViewRepository.WeekView property.

Inheritance

Object SchedulerViewBase DevExpress.Web.ASPxScheduler.Internal.HorizontalWeekViewBase WeekView BootstrapWeekView

See Also

BootstrapWeekView Members

Scheduler

Views

Online Demo: Week View

DevExpress.Web.Bootstrap Namespace