Skip to main content

SchedulerViewRepository.WeekView Property

Provides access to an object that defines the settings of the scheduler's Week View.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

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

Property Value

Type Description
WeekView

A WeekView object which specifies the Week View in the scheduling area.

Remarks

The WeekView property is synchronized with the SchedulerControl.WeekView property.

See Also