The C1SchedulerResources type exposes the following members.

Constructors

  Name Description
Public method C1SchedulerResources
Initializes the new instance of the C1SchedulerResources class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RefreshResources
Refreshes resources according to the currently selected theme.
(Overrides ThemeResources..::..RefreshResources()()()().)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property EditAppointmentTemplate
Gets the DataTemplate object used in Edit(New) Appointment dialogs.
Public property EditRecurrenceTemplate
Gets the DataTemplate object used in Edit Recurrence dialog.
Public property GroupHeaderTemplate
Gets the DataTemplate object used for displaying SchedulerGroupItem header.
Public property IntervalAppointmentTemplate
Gets the DataTemplate object used for displaying Appointment objects.
Public property MonthStyle
Gets the Style object describing Month view of C1Scheduler control.
Public property OneDayStyle
Gets the Style object describing One Day view of C1Scheduler control.
Public property SelectFromListTemplate
Gets the DataTemplate object used for displaying Resources, Contacts and Categories dialogs.
Public property ShowRemindersTemplate
Gets the DataTemplate object used in Show Reminders window.
Public property Theme
Gets or sets the ResourceDictionary object used as the theme for the C1Scheduler control.
(Overrides ThemeResources..::..Theme.)
Public property TimeLineStyle
Gets the Style object describing Time Line view of C1Scheduler control.
Public property WeekStyle
Gets the Style object describing Week view of C1Scheduler control.
Public property WorkingWeekStyle
Gets the Style object describing Working Week view of C1Scheduler control.

See Also