DayViewBase.WorkTime Property
Gets or sets the work time interval for the Day View, Work Week View and Week View. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
public TimeSpanRange WorkTime { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Time |
start: 09:00:00, end: 18:00:00, duration: 09:00:00 | The object that specifies a work time interval. |
#Remarks
A scheduler view paints working hours with a lighter color than non-working hours. This allows users to easily distinguish these two periods within a day. To use another color for work time cells, set the view’s CellAppearance property to a DayViewCellAppearance object with the specified WorkTimeBackgroundColor property.
Use the WorkTime property when the DayViewBase.ShowWorkTimeOnly property is set to true to limit the data shown in a view to the hours in a working day.
Note
The view’s Show
The View provides the capability to convert a string to this property’s value in XAML. The string should have the format "<Start_time_value>-<End_time_value>"
. For example, "6:00:00-15:00:00"
.