SchedulerViewRepository.WeekView Property
In This Article
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; }
#Property Value
Type | Description |
---|---|
Week |
A Week |
#Remarks
The WeekView property is synchronized with the SchedulerControl.WeekView property.
See Also