[]
The C1CalendarResources keeps the set of resources used by the C1MultiMonthCalendar derived controls. Static fields of this class return default C1MultiMonthCalendar's themes.
public class C1CalendarResources : ThemeResources
Resource lookup behavior:
| Name | Description |
|---|---|
| C1CalendarResources() | Initializes the new instance of the C1CalendarResources class. |
| Name | Description |
|---|---|
| Default | Gets the ResourceDictionary representing Default theme. This theme uses system-defined colors. This is a default theme for calendar controls. |
| Name | Description |
|---|---|
| DayOfWeekSlotStyle | Gets the Style object describing day of week slot style. |
| DayOfWeekSlotTemplate | Gets the DataTemplate defining a UI representation of a single day of week. |
| DaySlotStyle | Gets the Style object describing the style of single day slot. |
| DaySlotTemplate | Gets the DataTemplate defining a UI representation of a single day of a month. |
| DaysOfWeekPanel | Gets the ItemsPanelTemplate defining the panel that lays out elements representing days of week. |
| DaysPanel | Gets the ItemsPanelTemplate object defining the panel that lays out elements representing days of a month. |
| MonthCalendarStyle | Gets the Style object describing style of a single month in a multi-month calendar. |
| MonthSlotStyle | Gets the Style object describing style of C1CalendarPresenter elements which are the root elements of a visual tree representing a single month in a multi-month calendar. |
| MonthsPanel | Gets the ItemsPanelTemplate defining the panel that lays out elements representing separate months in a multi-month calendar. |
| Theme | Gets or sets the ResourceDictionary object used as the theme for the control. |
| Name | Description |
|---|---|
| RefreshResources() | Refreshes resources according to the currently selected theme. |
| TryFindThemeResource(object) | TryFindThemeResource |