Skip to main content
A newer version of this page is available. .

BootstrapDayView Class

Represents a Day View

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapDayView :
    DayView,
    IBootstrapSchedulerView

The following members return BootstrapDayView objects:

Remarks

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

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 Day View, use the BootstrapSchedulerViewRepository.DayView property.

Inheritance

See Also