SchedulerControl.WorkTime Property
In This Article
Gets or sets the work time interval. This is a dependency property.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP("$new DevExpress.Mvvm.TimeSpanRange(TimeSpan.FromHours(9), TimeSpan.FromHours(18))", Handler = "OnWorkTimeChanged")]
public TimeSpanRange WorkTime { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A DevExpress. |
See Also