Version

Activity Grouping (XamScheduler)

Purpose

This topic explains how the control can group activities based on different criteria.

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.

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

Overview

The activity grouping feature allows you to group activities by dates or resources. This feature is supported by XamScheduler's day view and week view.

Grouping by Date

To group activities by date set the ActivityGroupingMode property to ResourcesWithinDate.

The following screenshot shows a day view displaying the chosen time range of three days and all available resources under each of the days.

Scheduler_ActivityGrouping_02.png

Grouping by Resource

To group activities by resource set the ActivityGroupingMode property to DatesWithinResource.

The following screenshot shows a day view displaying all available resources and the chosen time range of three days under each of the resources.

Scheduler_ActivityGrouping_01.png

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.