Back to Devexpress

SchedulerViewRepository.FullWeekView Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewrepository-f153361b.md

latest2.5 KB
Original Source

SchedulerViewRepository.FullWeekView Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public FullWeekView FullWeekView { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property FullWeekView As FullWeekView

Property Value

TypeDescription
FullWeekView

A WeekView object that is the scheduler’s Full Week View.

|

Remarks

The Full Week View enables end-users to schedule and display appointments by the entire week. The scheduling area is like a Day View for seven days of the week starting with the SchedulerControl.FirstDayOfWeek.

Use the FullWeekView property to customize the settings of the Full Week View. To switch to the Full Week View, set the SchedulerControl.ActiveViewType property to SchedulerViewType.Week.

The settings of the Full Week View can also be accessed via the SchedulerControl.WeekView property.

See Also

SchedulerViewRepository Class

SchedulerViewRepository Members

DevExpress.XtraScheduler Namespace