Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1SchedulerResources Class
Members

In This Topic
    C1SchedulerResources Class
    In This Topic
    The C1SchedulerResources keeps the set of resources used by the C1Scheduler control. Static fields of this class return default C1Scheduler's themes.
    Object Model
    C1SchedulerResources Class
    Syntax
    'Declaration
     
    
    Public Class C1SchedulerResources 
       Inherits ThemeResources
    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.
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.ThemeResources
          C1.WPF.Schedule.C1SchedulerResources

    See Also