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 a 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 ItemSettings property lets you specify how schedule items should be displayed.
The GridStyle property specifies a common appearance style for all cells in the view. Style the main and the group headers through MainHeaderStyle and GroupHeaderStyle properties. You can specify individual styles for the timelines headers by using the HeaderStyle property of the corresponding TimelineSettings class. Use ResourceViewSettings.Style to set the style of the entire view.