Scheduler Components and Controls > Scheduler for Silverlight Appearance > Using C1Scheduler Default Templates |
C1Scheduler’s default interface includes a number of default DataTemplate objects, such as the Appointment, Edit, and Reminder dialog boxes. Custom user interfaces for these templates can be provided as DataTemplate objects, which should be assigned to an appropriate C1Scheduler property. The following table lists the C1Scheduler property that defines its DataTemplate and the default DataTemplate.
C1Scheduler Property |
Default DataTemplate |
Description |
EditAppointmentTemplate |
<DataTemplate> |
Edit/New Appointment dialog box template. |
EditRecurrenceTemplate |
<DataTemplate> |
Edit Recurrence dialog box template. |
SelectFromListTemplate |
<DataTemplate> |
Select Resources/Categories/Contacts dialog box template. |
ShowRemindersTemplate |
<DataTemplate> |
Reminders window template. |