In SfSchedule control, you can enable Resource and create appointments under it easily. Here Resource is used to add additional information about the appointments. For enabling Resource in SfSchedule: Create a Silverlight application and add SfSchedule control to it. Now, add resource type in ScheduleResourceTypeCollection as follows. XAML
XAML Now add the appointments in Schedule under the specific resource by using ResourceCollection property of it, as follows. C# In the above code, the Resource information of the appointment using ResourceCollection is specified, by adding the Resource information such as ResourceName and the TypeName, the ResourceType name, where it exists. The following screenshot displays the resource with appointment in Day View. Figure 1: Resource in Day View The following screenshot displays the resource with appointment in Month View. Figure 2: Resource in Month View The following screenshot displays the resource with appointment in TimeLine View. Figure 3: Resource in TimeLine View The following screenshot displays the resource with appointment in Week View. Figure 4: Resource in Week View |
This page will automatically be redirected to the sign-in page in 10 seconds.