WorkWeekView Class
The View that displays appointments scheduled for a specific work week.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public class WorkWeekView :
DayViewBase
Remarks
The image below highlights elements the view includes:
- Time Ruler
- Time Ruler Cell
- Time Ruler Header
- Header Item
- All Day Area
- All Day Appointment
- All Day Cell
- Appointment
- Day Cell
Note
- The FirstDayOfWeek property specifies the first day of the week.
- The WorkDays property defines days that belong to a work week.
The following table lists basic settings that configure the view:
Property | Description |
---|---|
Gets or sets whether the View should show only WorkTime. | |
Gets or sets how the View snaps the scheduler’s appointments. |
Implements
Inheritance
Object
ViewBase
DayViewBase
WorkWeekView
See Also