Back to Devexpress

SchedulerControl.WeekView Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-7e87aade.md

latest1.6 KB
Original Source

SchedulerControl.WeekView Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
WeekView

A WeekView object representing the Week View in the scheduling area.

|

Remarks

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

See Also

WeekView

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace