[]
The CalendarTheme class represents the theme for the C1CalendarView control which contains display attributes that determine the appearance of control.
public class CalendarTheme : BaseTheme
| Name | Description |
|---|---|
| CalendarTheme() | Initializes a new instance of the CalendarTheme. |
| CalendarTheme(CalendarTheme) | Initializes a new instance of the CalendarTheme. |
| Name | Description |
|---|---|
| Common | Gets CommonStyle contains display common attributes that determine the appearance of C1CalendarView on the screen. |
| Day | Gets styles which determine the appearance of C1CalendarView day elements on the screen. |
| NavigationButtons | Gets styles which determine the appearance of C1CalendarView navigation elements on the screen. |
| Titles | Gets styles which determine the appearance of C1CalendarView title elements on the screen. |
| Name | Description |
|---|---|
| Clone() | Creates an instance of the BaseStyle class that is identical to the current BaseStyle |