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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class C1SchedulerResources : ThemeResources
Visual Basic
Public Class C1SchedulerResources _
	Inherits 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.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Schedule..::..ThemeResources
    C1.Silverlight.Schedule..::..C1SchedulerResources

See Also