TimelineView.WorkTime Property
Gets or sets the work time interval for a Timeline View.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval WorkTime { get; set; }
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property WorkTime As TimeOfDayInterval
Property Value
| Type | Description |
|---|---|
| TimeOfDayInterval | A DevExpress.XtraScheduler.TimeOfDayInterval value specifying the work time interval. |
See Also