Search
Theme Members
Constructors Properties Methods
 


Encapsulates visualization settings that can be applied to a Calendar control by calling the ApplyTheme method. A theme includes settings for all calendar views - List, Month, Timetable, and so on.

The following tables list the members exposed by the Theme type.

 Protected Constructors

  Name Description

Theme

Initializes a new instance of the Theme class.

 Public Properties

  Name Description

Dark

Gets the Dark predefined theme.

ItemSettings

Gets an object defining the appearance of items in this theme.

Light

Gets the Light predefined theme.

ListViewSettings

Gets an object defining the appearance of the List view in this theme.

MonthSettings

Gets an object defining the appearance of the Month view in this view.

ResourceViewSettings

Gets an object defining the appearance of the Resource view in this theme.

SelectionAllowMultiple

Gets whether the multiple selection is allowed.

SelectionEnabled

Gets whether the selection is enabled.

SelectionSelectedElementsStyle

Gets the Style of the selected elements in this theme.

Standard

Gets the Standard theme.

TimetableSettings

Gets an object defining the appearance of the Timetable view in this theme.

WeekRangeSettings

Gets an object defining the appearance of the WeekRange view in this theme.

 Public Methods

  Name Description

LoadFromXml

Overloaded. Loads a theme from XML.

 Protected Methods

  Name Description

CreateItemSettings

Creates a new ItemSettings object.

CreateListViewSettings

Creates a new ListViewSettings object.

CreateMonthSettings

Creates a new MonthSettings object.

CreateResourceViewSettings

Creates a new ResourceViewSettings object.

CreateTimetableSettings

Creates a new TimetableSettings object.

CreateWeekRangeSettings

Creates a new WeekRangeSettings object.

 See Also