Version

Week View (XamScheduler)

Purpose

This topic explains how data is presented in the XamScheduler's week view.

Required Background

Topic Purpose

This topic provides an overview of the XamScheduler control.

This topic explains how to bind the control to a data source using ScheduleListDataSource.

This topic explains how data is presented in the XamScheduler's day view.

Overview

Just like the day view, the week view of the XamScheduler is visualizing the activities by rendering them in a vertical list with time slots. The difference is that you can configure the view to show all 7 week days or only the working days.

You can configure the week view to display all 24 hours or only the working hours.

The following image shows the week view along with its visual elements:

Scheduler_WeekView_01.png

  1. Navigation Header

  2. Time slots

  3. Day headers

  4. Activities in the time slots

Configuring

The following table maps some configurable aspect/behavior of the week view to the property/method that is responsible for:

Aspect Description Property/Method

Display mode

The week view can be configured to show all 7 week days or only the days configured as working days.

Time slot duration

Configure the time slots' duration. Currently 5, 6, 10, 15, 30 and 60 minutes are supported.

Working days and hours

You can configure this view to display only working hours or all 24 hours.

Events

The following table maps some of the user interactions to the events that are raised by the control:

User Interaction Description Event

Week number clicked

Occurs when tapping on an a week number in the week view.

Styling

The week view styling is very similar to the day view. The week view has a WeekViewBackgroundBrush property for changing its background. You can use the day view styling properties to customize the week view even more.

Related Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic explains how data is presented in the XamScheduler's agenda view.

This topic explains how data is presented in the XamScheduler's month view.

This topic explains the appointment activity type.