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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class C1CalendarResources : ThemeResources
Visual Basic (Declaration)
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.WPF.C1Schedule..::..ThemeResources
    C1.WPF.C1Schedule..::..C1CalendarResources

See Also