Skip to main content
A newer version of this page is available. .

SchedulerViewRepository.FullWeekView Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public FullWeekView FullWeekView { get; }

Property Value

Type Description
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