# 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"><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.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>
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="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_Default" data-uid="C1.WPF.Schedule.C1SchedulerResources.Default">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.Default.html#C1_WPF_Schedule_C1SchedulerResources_Default">Default</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ResourceDictionary representing C1Scheduler Default 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_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_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_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>
      <tr>
        <td id="C1_WPF_Schedule_C1SchedulerResources_TryFindThemeResource_System_Object_" data-uid="C1.WPF.Schedule.C1SchedulerResources.TryFindThemeResource(System.Object)">
          <a class="xref" href="C1.WPF.Schedule.C1SchedulerResources.TryFindThemeResource.html#C1_WPF_Schedule_C1SchedulerResources_TryFindThemeResource_System_Object_">TryFindThemeResource(object)</a>
        </td>
        <td class="markdown level1 summary"><p>TryFindThemeResource</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
