Back to Devexpress

SchedulerControl.WorkWeekView Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-9e86db2b.md

latest1.7 KB
Original Source

SchedulerControl.WorkWeekView Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
WorkWeekView

A WorkWeekView object representing the Work Week View in the scheduling area.

|

Remarks

The WorkWeekView property is synchronized with the SchedulerViewRepository.WorkWeekView property of the SchedulerControl.Views object.

See Also

WorkWeekView

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace