Back to Devexpress

WorkWeekView Class

mobilecontrols-devexpress-dot-xamarinforms-dot-scheduler-7c2917aa.md

latest3.0 KB
Original Source

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

csharp
public class WorkWeekView :
    DayViewBase

Remarks

The image below highlights elements the view includes:

  1. Time Ruler
  2. Time Ruler Cell
  3. Time Ruler Header
  4. Header Item
  5. All Day Area
  6. All Day Appointment
  7. All Day Cell
  8. Appointment
  9. 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

| | --- | --- | |

ShowWorkTimeOnly

|

Gets or sets whether the View should show only WorkTime.

| |

SnapToCellsMode

|

Gets or sets how the View snaps the scheduler’s appointments.

|

Implements

IThemeChangingHandler

Inheritance

Object ViewBase DayViewBase WorkWeekView

See Also

WorkWeekView Members

DevExpress.XamarinForms.Scheduler Namespace