A newer version of this page is available.
Switch to the current version.
BootstrapScheduler.DayView Property
Gets an object that defines the settings of the scheduler's Day View.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public BootstrapDayView DayView { get; }
<Browsable(False)>
Public ReadOnly Property DayView As BootstrapDayView
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
Feedback