Scheduler for WPF and Silverlight | ComponentOne
Scheduler Components and Controls / Scheduler for Silverlight Appearance / Using C1Scheduler Default Templates
In This Topic
    Using C1Scheduler Default Templates
    In This Topic

    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>
        <c1sched:EditAppointmentControl/>
    </DataTemplate>

    Edit/New Appointment dialog box template.

    EditRecurrenceTemplate

    <DataTemplate>
        <c1sched:EditRecurrenceControl />
    </DataTemplate>

    Edit Recurrence dialog box template.

    SelectFromListTemplate

    <DataTemplate>
        <c1sched:SelectFromListScene />
    </DataTemplate>

    Select Resources/Categories/Contacts dialog box template.

    ShowRemindersTemplate

    <DataTemplate>
        <c1sched:ShowRemindersControl />
    </DataTemplate>

    Reminders window template.