Back to Devexpress

BootstrapScheduler.FullWeekView Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapscheduler-ecf95332.md

latest1.7 KB
Original Source

BootstrapScheduler.FullWeekView Property

Gets an object that specifies the settings of the scheduler’s Full Week View.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Property Value

TypeDescription
BootstrapFullWeekView

A BootstrapFullWeekView object representing the Full Week View in the scheduling area.

|

Remarks

The FullWeekView property is synchronized with the BootstrapSchedulerViewRepository.FullWeekView property of the BootstrapScheduler.Views object.

See Also

Scheduler

Views

BootstrapScheduler Class

BootstrapScheduler Members

DevExpress.Web.Bootstrap Namespace