Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos, which may make use of other ComponentOne development tools included with ComponentOne Studios.
Note: ComponentOne samples are also available at http://helpcentral.componentone.com.
C# Samples
Sample |
Description |
C1WPFSchedulerSamples |
Demonstrates the functionality supported by Scheduler for WPF, including changing data views, changing the appearance of calendars, and changing the selected date in calendars. This sample uses the C1Scheduler, C1MonthCalendar, and C1MultiMonthCalendar controls. |
BusinessObjectsBinding |
Shows how to bind AppointmentStorage to the collection of a custom business objects. This sample uses the C1Scheduler and C1MultiMonthCalendar controls. |
CalendarSettings |
Demonstrates changing of different calendar settings. This sample uses the C1Scheduler and C1MultiMonthCalendar controls. |
CustomCalendar |
Demonstrates using the C1CarouselPanel as a MonthsPanel in the C1MultiMonthCalendar control. This sample uses the C1MultiMonthCalendar control. |
CustomSchedulerStyles |
Demonstrates using of custom-defined styles instead of predefined C1Scheduler views. This sample uses the C1Scheduler and C1MultiMonthCalendar controls. |
CustomUIElements |
Demonstrates customizing of a Time Ruler and IntervalAppointmentTemplate. This sample uses the C1Scheduler and C1MultiMonthCalendar controls. |
Localization |
Demonstrates creating and using of localized string resources. This sample uses the C1TimeSpanPicker control. |
Navigation |
Demonstrates switching C1Scheduler's views and navigation through the control. This sample uses the C1Scheduler and C1MultiMonthCalendar controls. |
Printing |
This sample is based on using the C1.C1Preview.C1PrintDocument component and System.Windows.Controls.DocumentViewer. It uses C1PrintDocument templates included in the C1Schedule assembly resources. These templates also use C1PrintDocument features included in the C1.WPF.C1Report assembly build 3.0.20083.51001. This sample uses the C1Scheduler and C1MultiMonthCalendar controls. |
PrintDocTemplates |
Demonstrates creating C1.C1Preview.C1PrintDocument templates for printing C1Scheduler's views. This sample uses the C1Scheduler and C1MultiMonthCalendar controls. |
To run a sample:
1. Open Microsoft Expression Blend or Visual Studio.
2. Select File | Open | Project/Solution (Blend) or File | Open Project (Visual Studio).
3. Click the drop-down Look in list and find C:\Documents and Settings\<username>\My Documents\ComponentOne Samples\C1WPFScheduler\CS (Windows XP) or C:\Users\<username>\Documents\ComponentOne Samples\C1WPFScheduler\CS (Vista) folder. This is the default location of the samples created by the installation program. The location may be different if you installed Scheduler for WPF elsewhere on your machine.
4. Double-click the folder for the sample you want to open.
5. Select the .sln file and click Open.
6. Select Project | Test Solution or click F5 to run the sample.
|