Back to Devexpress

TimelineView.WorkTime Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineview-9892824d.md

latest1.3 KB
Original Source

TimelineView.WorkTime Property

Gets or sets the work time interval for a Timeline View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public TimeOfDayInterval WorkTime { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property WorkTime As TimeOfDayInterval

Property Value

TypeDescription
TimeOfDayInterval

A TimeOfDayInterval value representing the work time interval.

|

See Also

WorkTime

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace