MindFusion.Wpf Pack Programmer's Guide
Resource View

Set the CurrentView property of the Calendar class to ResourceView to select the resource view. This view displays the distribution of items over a period of time for particular contacts, locations, tasks or resources. The view displays a single row for each individual contact, location, task or resource and up to three timelines. In order to view associated items in this view, the GroupType property of the Calendar must be set to GroupByContacts, GroupByLocations, GroupByTasks or GroupByResources.

Use the ResourceViewSettings property of the Calendar class to set the appearance of the resource view. The CalendarStyle property specifies a common appearance style for all cells in the view and the WeekendStyle property specifies the style of weekend cells. The ItemSettings property lets you specify how schedule items should be displayed.

For more information about the resource view settings, see the ResourceViewSettings class.