Back to Devexpress

BootstrapScheduler.DayView Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapscheduler-55c63c71.md

latest1.7 KB
Original Source

BootstrapScheduler.DayView Property

Gets an object that defines the settings of the scheduler’s Day View.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[Browsable(false)]
public BootstrapDayView DayView { get; }
vb
<Browsable(False)>
Public ReadOnly Property DayView As BootstrapDayView

Property Value

TypeDescription
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

Scheduler

Views

BootstrapScheduler Class

BootstrapScheduler Members

DevExpress.Web.Bootstrap Namespace