BootstrapScheduler.DayView Property
Gets an object that defines the settings of the scheduler’s Day View.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
BootstrapDayView | A BootstrapDayView object representing the Day View in the scheduling area. |
Remarks
The DayView property is synchronized with the BootstrapSchedulerViewRepository.DayView property of the BootstrapScheduler.Views object.
See Also