SchedulerViewRepository.WorkWeekView Property
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; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property WorkWeekView As WorkWeekView
Property Value
| Type | Description |
|---|---|
| WorkWeekView | A WorkWeekView object that specifies the Work-Week View in the scheduling area. |
Remarks
The WorkWeekView property is synchronized with the SchedulerControl.WorkWeekView property.
See Also