SchedulerViewRepository.WorkWeekView Property
In This Article
Gets an object that defines the settings of the scheduler's Work-Week View.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public WorkWeekView WorkWeekView { get; }
#Property Value
Type | Description |
---|---|
Work |
A Work |
#Remarks
The WorkWeekView property is synchronized with the SchedulerControl.WorkWeekView property.
See Also