TimelineView.WorkTime Property
In This Article
Gets or sets the work time interval for a Timeline View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval WorkTime { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
See Also