Skip to main content

Views

  • 2 minutes to read

The DevExpress Scheduler for Xamarin.Forms provides a set of Views to display and manage appointments. A View specifies the appearance of appointments and their layout. This topic lists views the scheduler supports.

Day View

The Day View displays appointments scheduled for a specific date or for several days following each other. The DayView.DayCount property manages the number of days the view shows. The image below highlights elements the view includes:

Day View Elements

  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

The following table lists basic settings that configure the view:

Property

Description

DayCount

Gets or sets the number of days the Day View displays.

ShowWorkTimeOnly

Gets or sets whether the View should show only WorkTime.

SnapToCellsMode

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

Work Week View

The Work Week View displays appointments scheduled for a specific work week. The image below highlights elements the view includes:

Work Week View Elements

  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 day from which a week starts.
  • 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.

Week View

The Week View displays all appointments for a specific week. The image below highlights elements the view includes:

Work Week View Sample

  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 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.

Month View

The Month View displays all the appointments for a specific month. The image below highlights elements the view includes:

Month View Sample

  1. Header Item
  2. Cell
  3. Appointment

Property

Description

ShowWorkDaysOnly

Gets or sets whether the view shows only workdays.

WeekCount

Gets or sets a number of weeks that the View shows on the screen at one time.