Version

Resources (XamScheduler)

Purpose

This topic provides information about the resources concept of the XamScheduler control.

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 the Appointment activity type.

Overview

In order to distinguish activities' owner the XamScheduler control supports resources. A resource may be a person or some other entity and is represented by the ScheduleResource class. One resource may own one or more activities. Also all activities associated with this resource are going to be rendered using the resource’s color scheme. Each resource needs to have a unique id.

Main Properties

The following table lists the Resource's key properties and their purpose:

Property Purpose

Id

The resource’s ID must be unique amongst all resources.

The display name identifies a resource in the application’s user interface.

The color scheme is used to highlight the activities associated with this resource.

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.