Back to Devexpress

BootstrapWorkWeekView Class

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

latest2.7 KB
Original Source

BootstrapWorkWeekView Class

Represents a Work-Week View.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapWorkWeekView :
    WorkWeekView,
    IBootstrapSchedulerView
vb
Public Class BootstrapWorkWeekView
    Inherits WorkWeekView
    Implements IBootstrapSchedulerView

The following members return BootstrapWorkWeekView objects:

Remarks

The Bootstrap Scheduler control has several view types that provide different arrangements and formats for scheduling and viewing appointments. The BootstrapWorkWeekView class represents a Work-Week View. This type of view enables end-users to schedule and view user events by the work week (weekends are not displayed).

To specify which days are regarded as work days, use the ASPxScheduler.WorkDays property.

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

Inheritance

Object SchedulerViewBase DayView DevExpress.Web.ASPxScheduler.Internal.WeekViewBase WorkWeekView BootstrapWorkWeekView

See Also

BootstrapWorkWeekView Members

Scheduler

Views

Online Demo: Work Week View

DevExpress.Web.Bootstrap Namespace