[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1SchedulerResources

C1SchedulerResources Class

The C1SchedulerResources keeps the set of resources used by the C1Scheduler control. Static fields of this class return default C1Scheduler's themes.

Inheritance
C1SchedulerResources
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class C1SchedulerResources : ThemeResources
Remarks

Resource lookup behavior:

  • If Theme property is set to something other than default Office 2007 Blue theme, the lookup process checks for the requested key within the resource dictionary defined by the current control theme
  • The lookup process checks resources in a usual way (in page, window or application resources)
  • The lookup process checks resources in default theme dictionary.

Constructors

Name Description
C1SchedulerResources()

Initializes the new instance of the C1SchedulerResources class.

Fields

Name Description
Office2007Default

Gets the ResourceDictionary representing C1Scheduler Office 2007 Default theme. This is a default theme for C1Scheduler control.

Properties

Name Description
DuskBlue

Obsolete. Gets the ResourceDictionary representing C1Scheduler Dusk Blue theme.

DuskGreen

Obsolete. Gets the ResourceDictionary representing C1Scheduler Dusk Green 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.

MediaPlayer

Obsolete. Gets the ResourceDictionary representing C1Scheduler Media Player theme.

MonthStyle

Gets the Style object describing Month view of C1Scheduler control.

Office2007Black

Gets the ResourceDictionary representing C1Scheduler Office 2007 Black theme.

Office2007Blue

Gets the ResourceDictionary representing C1Scheduler Office 2007 Blue theme.

Office2007Silver

Gets the ResourceDictionary representing C1Scheduler Office 2007 Silver theme.

Office2010Black

Gets the ResourceDictionary representing C1Scheduler Office 2010 Black theme.

Office2010Blue

Gets the ResourceDictionary representing C1Scheduler Office 2010 Blue theme.

Office2010Silver

Gets the ResourceDictionary representing C1Scheduler Office 2010 Silver theme.

Office2016Black

Gets the ResourceDictionary representing C1Scheduler Office 2016 Black theme.

Office2016Colorful

Gets the ResourceDictionary representing C1Scheduler Office 2016 Colorful theme.

Office2016DarkGray

Gets the ResourceDictionary representing C1Scheduler Office 2016 Dark Gray theme.

Office2016White

Gets the ResourceDictionary representing C1Scheduler Office 2016 White theme.

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.

Vista

Obsolete. Gets the ResourceDictionary representing C1Scheduler Vista theme.

WeekStyle

Gets the Style object describing Week view of C1Scheduler control.

WorkingWeekStyle

Gets the Style object describing Working Week view of C1Scheduler control.

Methods

Name Description
RefreshResources()

Refreshes resources according to the currently selected theme.