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

CustomWorkTimeEventArgs.WorkTimes Property

Gets or sets a collection of work time intervals.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IEnumerable<TimeSpanRange> WorkTimes { get; set; }

Property Value

Type Description
IEnumerable<TimeSpanRange>

A IEnumerable<T><TimeSpanRange,> collection of time intervals.

See Also