Skip to main content
A newer version of this page is available. .

TimelineView.WorkTime Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public TimeOfDayInterval WorkTime { get; set; }

Property Value

Type Description
TimeOfDayInterval

A TimeOfDayInterval value, representing the work time interval.

See Also