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

CustomWorkTimeEventArgs.WorkTime Property

Gets or sets a single work time interval.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public TimeSpanRange WorkTime { get; set; }

Property Value

Type Description
TimeSpanRange

A TimeSpanRange object that is the time interval.

See Also