Skip to main content

BootstrapDayView Class

Represents a Day View

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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