Skip to main content

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; }

#Property Value

Type Description
TimeOfDayInterval

A DevExpress.XtraScheduler.TimeOfDayInterval value specifying the work time interval.

See Also