# C1.WPF.Schedule.C1SchedulerResources

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_C1SchedulerResources" data-uid="C1.WPF.Schedule.C1SchedulerResources" class="text-break">C1SchedulerResources Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.html">C1SchedulerResources</a> keeps the set of resources used by the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.
Static fields of this class return default C1Scheduler's themes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.Schedule.ThemeResources.html">ThemeResources</a></div>
    <div class="level2"><span class="xref">C1SchedulerResources</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_C1SchedulerResources_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1SchedulerResources : ThemeResources</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1SchedulerResources
    Inherits ThemeResources</code></pre>
  </div>
  <h5 id="C1_WPF_Schedule_C1SchedulerResources_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Resource lookup behavior:</p>
<ul><li>
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
</li><li>
The lookup process checks resources in a usual way (in page, window or application resources)
</li><li>
The lookup process checks resources in default theme dictionary.
</li></ul>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources__ctor" data-uid="C1.WPF.Schedule.C1SchedulerResources.#ctor">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.-ctor.html#C1_WPF_Schedule_C1SchedulerResources__ctor">C1SchedulerResources()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.html">C1SchedulerResources</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2007Default" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2007Default">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2007Default.html">Office2007Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2007 Default theme.
This is a default theme for <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_DuskBlue" data-uid="C1.WPF.Schedule.C1SchedulerResources.DuskBlue">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.DuskBlue.html#C1_WPF_Schedule_C1SchedulerResources_DuskBlue">DuskBlue</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Gets the ResourceDictionary representing C1Scheduler Dusk Blue theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_DuskGreen" data-uid="C1.WPF.Schedule.C1SchedulerResources.DuskGreen">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.DuskGreen.html#C1_WPF_Schedule_C1SchedulerResources_DuskGreen">DuskGreen</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Gets the ResourceDictionary representing C1Scheduler Dusk Green theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_EditAppointmentTemplate" data-uid="C1.WPF.Schedule.C1SchedulerResources.EditAppointmentTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.EditAppointmentTemplate.html#C1_WPF_Schedule_C1SchedulerResources_EditAppointmentTemplate">EditAppointmentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> object used in Edit(New) Appointment dialogs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_EditRecurrenceTemplate" data-uid="C1.WPF.Schedule.C1SchedulerResources.EditRecurrenceTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.EditRecurrenceTemplate.html#C1_WPF_Schedule_C1SchedulerResources_EditRecurrenceTemplate">EditRecurrenceTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> object used in Edit Recurrence dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_GroupHeaderTemplate" data-uid="C1.WPF.Schedule.C1SchedulerResources.GroupHeaderTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.GroupHeaderTemplate.html#C1_WPF_Schedule_C1SchedulerResources_GroupHeaderTemplate">GroupHeaderTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> object used for displaying SchedulerGroupItem header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_IntervalAppointmentTemplate" data-uid="C1.WPF.Schedule.C1SchedulerResources.IntervalAppointmentTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.IntervalAppointmentTemplate.html#C1_WPF_Schedule_C1SchedulerResources_IntervalAppointmentTemplate">IntervalAppointmentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> object used for displaying Appointment objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_MediaPlayer" data-uid="C1.WPF.Schedule.C1SchedulerResources.MediaPlayer">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.MediaPlayer.html#C1_WPF_Schedule_C1SchedulerResources_MediaPlayer">MediaPlayer</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Gets the ResourceDictionary representing C1Scheduler Media Player theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_MonthStyle" data-uid="C1.WPF.Schedule.C1SchedulerResources.MonthStyle">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.MonthStyle.html#C1_WPF_Schedule_C1SchedulerResources_MonthStyle">MonthStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object describing Month view of <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2007Black" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2007Black">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2007Black.html#C1_WPF_Schedule_C1SchedulerResources_Office2007Black">Office2007Black</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2007 Black theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2007Blue" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2007Blue">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2007Blue.html#C1_WPF_Schedule_C1SchedulerResources_Office2007Blue">Office2007Blue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2007 Blue theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2007Silver" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2007Silver">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2007Silver.html#C1_WPF_Schedule_C1SchedulerResources_Office2007Silver">Office2007Silver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2007 Silver theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2010Black" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2010Black">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2010Black.html#C1_WPF_Schedule_C1SchedulerResources_Office2010Black">Office2010Black</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2010 Black theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2010Blue" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2010Blue">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2010Blue.html#C1_WPF_Schedule_C1SchedulerResources_Office2010Blue">Office2010Blue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2010 Blue theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2010Silver" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2010Silver">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2010Silver.html#C1_WPF_Schedule_C1SchedulerResources_Office2010Silver">Office2010Silver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2010 Silver theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2016Black" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2016Black">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2016Black.html#C1_WPF_Schedule_C1SchedulerResources_Office2016Black">Office2016Black</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2016 Black theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2016Colorful" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2016Colorful">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2016Colorful.html#C1_WPF_Schedule_C1SchedulerResources_Office2016Colorful">Office2016Colorful</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2016 Colorful theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2016DarkGray" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2016DarkGray">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2016DarkGray.html#C1_WPF_Schedule_C1SchedulerResources_Office2016DarkGray">Office2016DarkGray</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2016 Dark Gray theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Office2016White" data-uid="C1.WPF.Schedule.C1SchedulerResources.Office2016White">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Office2016White.html#C1_WPF_Schedule_C1SchedulerResources_Office2016White">Office2016White</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Office 2016 White theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_OneDayStyle" data-uid="C1.WPF.Schedule.C1SchedulerResources.OneDayStyle">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.OneDayStyle.html#C1_WPF_Schedule_C1SchedulerResources_OneDayStyle">OneDayStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object describing One Day view of <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_SelectFromListTemplate" data-uid="C1.WPF.Schedule.C1SchedulerResources.SelectFromListTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.SelectFromListTemplate.html#C1_WPF_Schedule_C1SchedulerResources_SelectFromListTemplate">SelectFromListTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> object used for displaying Resources, Contacts and Categories dialogs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_ShowRemindersTemplate" data-uid="C1.WPF.Schedule.C1SchedulerResources.ShowRemindersTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.ShowRemindersTemplate.html#C1_WPF_Schedule_C1SchedulerResources_ShowRemindersTemplate">ShowRemindersTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> object used in Show Reminders window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Theme" data-uid="C1.WPF.Schedule.C1SchedulerResources.Theme">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Theme.html#C1_WPF_Schedule_C1SchedulerResources_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object used as the theme
for the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_TimeLineStyle" data-uid="C1.WPF.Schedule.C1SchedulerResources.TimeLineStyle">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.TimeLineStyle.html#C1_WPF_Schedule_C1SchedulerResources_TimeLineStyle">TimeLineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object describing Time Line view of <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_Vista" data-uid="C1.WPF.Schedule.C1SchedulerResources.Vista">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Vista.html#C1_WPF_Schedule_C1SchedulerResources_Vista">Vista</a>
        </td>
        <td class="markdown level1 summary"><p>Obsolete. Gets the ResourceDictionary representing C1Scheduler Vista theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_WeekStyle" data-uid="C1.WPF.Schedule.C1SchedulerResources.WeekStyle">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.WeekStyle.html#C1_WPF_Schedule_C1SchedulerResources_WeekStyle">WeekStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object describing Week view of <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_WorkingWeekStyle" data-uid="C1.WPF.Schedule.C1SchedulerResources.WorkingWeekStyle">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.WorkingWeekStyle.html#C1_WPF_Schedule_C1SchedulerResources_WorkingWeekStyle">WorkingWeekStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object describing Working Week view of <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_RefreshResources" data-uid="C1.WPF.Schedule.C1SchedulerResources.RefreshResources">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.RefreshResources.html#C1_WPF_Schedule_C1SchedulerResources_RefreshResources">RefreshResources()</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes resources according to the currently selected theme.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
