A newer version of this page is available.
Switch to the current version.
BootstrapDayView Class
Represents a Day View
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapDayView :
DayView,
IBootstrapSchedulerView
Public Class BootstrapDayView
Inherits DayView
Implements IBootstrapSchedulerView
Related API Members
The following members accept/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
Feedback