Scheduler for WPF and Silverlight | ComponentOne
Scheduler for Silverlight Tutorials / Creating a Custom Application for Custom Data / Step 5 of 5: Completing the Application
In This Topic
    Step 5 of 5: Completing the Application
    In This Topic

    In this step, you will complete and run the Scheduler for Silverlight application.

    1. Right-click on the application name and select Add | New Folder from the list. Name the new folder Images.
    2. Right-click on the Images folder and select Add | Existing Item from the list. Locate the images you would like to use for the Save and Close Button and the Cancel Appointment Button and add them to the folder.
    3. Select the Image control on the Save and Close Button. In the Properties window, locate the Source property. Click the ellipsis button to open the Choose Image dialog and select the image you would like to use for the Save and Close Button. Repeat this step to set the image for the Cancel Appointment Button.
    4. Press F5 or start debugging to run the application. The application should initially appear as follows:

       

       

    5. Double-click on an appointment time to open the Edit Appointment dialog box:

       

    What You've Accomplished:

    You created a C1Scheduler control and a custom Edit Appointment dialog box. You created data bindings for the Edit Appointment dialog box fields and added images to the dialog buttons.