BootstrapDayView Class
Represents a Day View
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
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
Object
SchedulerViewBase
DayView
BootstrapDayView
See Also