Back to Devexpress

BootstrapFullWeekView Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5e1a6da4.md

latest2.6 KB
Original Source

BootstrapFullWeekView Class

Represents a Full Week View.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

BootstrapFullWeekView Members

Scheduler

Views

Online Demo: Full Week View

DevExpress.Web.Bootstrap Namespace