[]
The C1SchedulerResources keeps the set of resources used by the C1Scheduler control. Static fields of this class return default C1Scheduler's themes.
public class C1SchedulerResources : ThemeResources
Resource lookup behavior:
| Name | Description |
|---|---|
| C1SchedulerResources() | Initializes the new instance of the C1SchedulerResources class. |
| Name | Description |
|---|---|
| Default | Gets the ResourceDictionary representing C1Scheduler Default theme. |
| EditAppointmentTemplate | Gets the DataTemplate object used in Edit(New) Appointment dialogs. |
| EditRecurrenceTemplate | Gets the DataTemplate object used in Edit Recurrence dialog. |
| GroupHeaderTemplate | Gets the DataTemplate object used for displaying SchedulerGroupItem header. |
| IntervalAppointmentTemplate | Gets the DataTemplate object used for displaying Appointment objects. |
| MonthStyle | Gets the Style object describing Month view of C1Scheduler control. |
| OneDayStyle | Gets the Style object describing One Day view of C1Scheduler control. |
| SelectFromListTemplate | Gets the DataTemplate object used for displaying Resources, Contacts and Categories dialogs. |
| ShowRemindersTemplate | Gets the DataTemplate object used in Show Reminders window. |
| Theme | Gets or sets the ResourceDictionary object used as the theme for the C1Scheduler control. |
| TimeLineStyle | Gets the Style object describing Time Line view of C1Scheduler control. |
| WeekStyle | Gets the Style object describing Week view of C1Scheduler control. |
| WorkingWeekStyle | Gets the Style object describing Working Week view of C1Scheduler control. |
| Name | Description |
|---|---|
| RefreshResources() | Refreshes resources according to the currently selected theme. |
| TryFindThemeResource(object) | TryFindThemeResource |