The C1CalendarResources keeps the set of resources used by the CalendarBase derived controls. Static fields of this class return default CalendarBase's themes.

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

Syntax

C#
public class C1CalendarResources : ThemeResources
Visual Basic
Public Class C1CalendarResources _
	Inherits ThemeResources

Remarks

Resource lookup behavior:
  • If Theme property is set to something other than Classic System Colors 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..::..C1CalendarResources

See Also