# C1.WPF.Schedule.C1Scheduler

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_C1Scheduler" data-uid="C1.WPF.Schedule.C1Scheduler" class="text-break">C1Scheduler Class
</h1>
  <div class="markdown level0 summary"><p>Represents a schedule with an ability to interactively manage appointments.</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="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">C1Scheduler</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IWeakEventListener</span></div>
    <div><span class="xref">ILogicalParent</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_C1Scheduler_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;OneDayStyle&quot;, StyleTargetType = typeof(C1Scheduler))]
[StyleTypedProperty(Property = &quot;WorkingWeekStyle&quot;, StyleTargetType = typeof(C1Scheduler))]
[StyleTypedProperty(Property = &quot;WeekStyle&quot;, StyleTargetType = typeof(C1Scheduler))]
[StyleTypedProperty(Property = &quot;MonthStyle&quot;, StyleTargetType = typeof(C1Scheduler))]
[StyleTypedProperty(Property = &quot;TimeLineStyle&quot;, StyleTargetType = typeof(C1Scheduler))]
[TemplatePart(Name = &quot;PART_C1SchedulerScrollBar&quot;, Type = typeof(ScrollBar))]
[TemplatePart(Name = &quot;PART_GroupNavigationScrollBar&quot;, Type = typeof(ScrollBar))]
public class C1Scheduler : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable, IWeakEventListener, ILogicalParent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;OneDayStyle&quot;, StyleTargetType:=GetType(C1Scheduler))&gt;
&lt;StyleTypedProperty(Property:=&quot;WorkingWeekStyle&quot;, StyleTargetType:=GetType(C1Scheduler))&gt;
&lt;StyleTypedProperty(Property:=&quot;WeekStyle&quot;, StyleTargetType:=GetType(C1Scheduler))&gt;
&lt;StyleTypedProperty(Property:=&quot;MonthStyle&quot;, StyleTargetType:=GetType(C1Scheduler))&gt;
&lt;StyleTypedProperty(Property:=&quot;TimeLineStyle&quot;, StyleTargetType:=GetType(C1Scheduler))&gt;
&lt;TemplatePart(Name:=&quot;PART_C1SchedulerScrollBar&quot;, Type:=GetType(ScrollBar))&gt;
&lt;TemplatePart(Name:=&quot;PART_GroupNavigationScrollBar&quot;, Type:=GetType(ScrollBar))&gt;
Public Class C1Scheduler
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable, IWeakEventListener, ILogicalParent</code></pre>
  </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_C1Scheduler__ctor" data-uid="C1.WPF.Schedule.C1Scheduler.#ctor">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.-ctor.html#C1_WPF_Schedule_C1Scheduler__ctor">C1Scheduler()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</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_C1Scheduler_ActiveDateTime" data-uid="C1.WPF.Schedule.C1Scheduler.ActiveDateTime">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ActiveDateTime.html">ActiveDateTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ActiveDateTime.html">ActiveDateTime</a> object which can be used for binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ActiveRemindersProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ActiveRemindersProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ActiveRemindersProperty.html">ActiveRemindersProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ActiveReminders.html#C1_WPF_Schedule_C1Scheduler_ActiveReminders">ActiveReminders</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AllDayAreaHeightProperty" data-uid="C1.WPF.Schedule.C1Scheduler.AllDayAreaHeightProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AllDayAreaHeightProperty.html">AllDayAreaHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AllDayAreaHeight.html#C1_WPF_Schedule_C1Scheduler_AllDayAreaHeight">AllDayAreaHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AlternatingBackgroundProperty" data-uid="C1.WPF.Schedule.C1Scheduler.AlternatingBackgroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AlternatingBackgroundProperty.html">AlternatingBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AlternatingBackground.html#C1_WPF_Schedule_C1Scheduler_AlternatingBackground">AlternatingBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentAddedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentAddedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentAddedEvent.html">AppointmentAddedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentAdded.html">AppointmentAdded</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentChangedEvent.html">AppointmentChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentChanged.html">AppointmentChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentCustomActionEvent" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentCustomActionEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentCustomActionEvent.html">AppointmentCustomActionEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentCustomAction.html">AppointmentCustomAction</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentDeletedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentDeletedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentDeletedEvent.html">AppointmentDeletedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentDeleted.html">AppointmentDeleted</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentForegroundProperty" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentForegroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentForegroundProperty.html">AppointmentForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentForeground.html#C1_WPF_Schedule_C1Scheduler_AppointmentForeground">AppointmentForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentRecurrenceStateChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentRecurrenceStateChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentRecurrenceStateChangedEvent.html">AppointmentRecurrenceStateChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentRecurrenceStateChanged.html">AppointmentRecurrenceStateChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BackgroundProperty" data-uid="C1.WPF.Schedule.C1Scheduler.BackgroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BackgroundProperty.html">BackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Background dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeAppointmentDropEvent" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentDropEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentDropEvent.html">BeforeAppointmentDropEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentDrop.html">BeforeAppointmentDrop</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeAppointmentResizeEvent" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentResizeEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentResizeEvent.html">BeforeAppointmentResizeEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentResize.html">BeforeAppointmentResize</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeAppointmentSaveEvent" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentSaveEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentSaveEvent.html">BeforeAppointmentSaveEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentSave.html">BeforeAppointmentSave</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeViewChangeEvent" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeViewChangeEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeViewChangeEvent.html">BeforeViewChangeEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeViewChange.html">BeforeViewChange</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BoldedDatesProperty" data-uid="C1.WPF.Schedule.C1Scheduler.BoldedDatesProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BoldedDatesProperty.html">BoldedDatesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BoldedDates.html#C1_WPF_Schedule_C1Scheduler_BoldedDates">BoldedDates</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CalendarHelperProperty" data-uid="C1.WPF.Schedule.C1Scheduler.CalendarHelperProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CalendarHelperProperty.html">CalendarHelperProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CalendarHelper.html#C1_WPF_Schedule_C1Scheduler_CalendarHelper">CalendarHelper</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CanNavigateNextGroupProperty" data-uid="C1.WPF.Schedule.C1Scheduler.CanNavigateNextGroupProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CanNavigateNextGroupProperty.html">CanNavigateNextGroupProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CanNavigateNextGroup.html#C1_WPF_Schedule_C1Scheduler_CanNavigateNextGroup">CanNavigateNextGroup</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CanNavigatePreviousGroupProperty" data-uid="C1.WPF.Schedule.C1Scheduler.CanNavigatePreviousGroupProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CanNavigatePreviousGroupProperty.html">CanNavigatePreviousGroupProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CanNavigatePreviousGroup.html#C1_WPF_Schedule_C1Scheduler_CanNavigatePreviousGroup">CanNavigatePreviousGroup</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ChangeStyleCommand" data-uid="C1.WPF.Schedule.C1Scheduler.ChangeStyleCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ChangeStyleCommand.html">ChangeStyleCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that changes the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> property with the
specified Style or a style referenced by the specified ResourceDictionary key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ControlBackgroundProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ControlBackgroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ControlBackgroundProperty.html">ControlBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ControlBackground.html#C1_WPF_Schedule_C1Scheduler_ControlBackground">ControlBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ControlForegroundProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ControlForegroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ControlForegroundProperty.html">ControlForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ControlForeground.html#C1_WPF_Schedule_C1Scheduler_ControlForeground">ControlForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CurrentTimeBrushProperty" data-uid="C1.WPF.Schedule.C1Scheduler.CurrentTimeBrushProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CurrentTimeBrushProperty.html">CurrentTimeBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CurrentTimeBrush.html#C1_WPF_Schedule_C1Scheduler_CurrentTimeBrush">CurrentTimeBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DayViewDayHeaderFormatProperty" data-uid="C1.WPF.Schedule.C1Scheduler.DayViewDayHeaderFormatProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DayViewDayHeaderFormatProperty.html">DayViewDayHeaderFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DayViewDayHeaderFormat.html#C1_WPF_Schedule_C1Scheduler_DayViewDayHeaderFormat">DayViewDayHeaderFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DecrementStartTimeLargeCommand" data-uid="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeLargeCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeLargeCommand.html">DecrementStartTimeLargeCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that decrements the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property
value on the amount specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_LargeStartTimeChange">LargeStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DecrementStartTimeSmallCommand" data-uid="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeSmallCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeSmallCommand.html">DecrementStartTimeSmallCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that decrements the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property
value on the amount specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_SmallStartTimeChange">SmallStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DefaultThemeKey" data-uid="C1.WPF.Schedule.C1Scheduler.DefaultThemeKey">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DefaultThemeKey.html">DefaultThemeKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.componentresourcekey">ComponentResourceKey</a> that references the default theme
that is defined for the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DeleteAppointmentCommand" data-uid="C1.WPF.Schedule.C1Scheduler.DeleteAppointmentCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DeleteAppointmentCommand.html">DeleteAppointmentCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that deletes the <span class="xref">C1.Schedule.Appointment</span>(s).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DismissCommand" data-uid="C1.WPF.Schedule.C1Scheduler.DismissCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DismissCommand.html">DismissCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that dismisses reminders.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditAppointmentDialogCommand" data-uid="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialogCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialogCommand.html">EditAppointmentDialogCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that shows the Edit Appointment dialog for editing of the
specified existing <span class="xref">C1.Schedule.Appointment</span>(s).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditAppointmentTemplateProperty" data-uid="C1.WPF.Schedule.C1Scheduler.EditAppointmentTemplateProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentTemplateProperty.html">EditAppointmentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentTemplate.html#C1_WPF_Schedule_C1Scheduler_EditAppointmentTemplate">EditAppointmentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceDialogCommand" data-uid="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialogCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialogCommand.html">EditRecurrenceDialogCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that shows the Edit Recurrence dialog for editing a
<span class="xref">C1.Schedule.RecurrencePattern</span> of the specified <span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceTemplateProperty" data-uid="C1.WPF.Schedule.C1Scheduler.EditRecurrenceTemplateProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditRecurrenceTemplateProperty.html">EditRecurrenceTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditRecurrenceTemplate.html#C1_WPF_Schedule_C1Scheduler_EditRecurrenceTemplate">EditRecurrenceTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EmptyGroupNameProperty" data-uid="C1.WPF.Schedule.C1Scheduler.EmptyGroupNameProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EmptyGroupNameProperty.html">EmptyGroupNameProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EmptyGroupName.html#C1_WPF_Schedule_C1Scheduler_EmptyGroupName">EmptyGroupName</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EndChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.EndChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EndChangedEvent.html">EndChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EndChanged.html">EndChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EndProperty" data-uid="C1.WPF.Schedule.C1Scheduler.EndProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EndProperty.html">EndProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.End.html#C1_WPF_Schedule_C1Scheduler_End">End</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ExportCommand" data-uid="C1.WPF.Schedule.C1Scheduler.ExportCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ExportCommand.html">ExportCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that exports Scheduler data to the file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_GroupHeaderTemplateProperty" data-uid="C1.WPF.Schedule.C1Scheduler.GroupHeaderTemplateProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupHeaderTemplateProperty.html">GroupHeaderTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupHeaderTemplate.html#C1_WPF_Schedule_C1Scheduler_GroupHeaderTemplate">GroupHeaderTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_GroupPageSizeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.GroupPageSizeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupPageSizeProperty.html">GroupPageSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupPageSize.html#C1_WPF_Schedule_C1Scheduler_GroupPageSize">GroupPageSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_HasVisibleAppointmentsProperty" data-uid="C1.WPF.Schedule.C1Scheduler.HasVisibleAppointmentsProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.HasVisibleAppointmentsProperty.html">HasVisibleAppointmentsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.HasVisibleAppointments.html#C1_WPF_Schedule_C1Scheduler_HasVisibleAppointments">HasVisibleAppointments</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_HideGroupCommand" data-uid="C1.WPF.Schedule.C1Scheduler.HideGroupCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.HideGroupCommand.html">HideGroupCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that hides the specified <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ImportCommand" data-uid="C1.WPF.Schedule.C1Scheduler.ImportCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ImportCommand.html">ImportCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that imports Scheduler data from the file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IncrementStartTimeLargeCommand" data-uid="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeLargeCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeLargeCommand.html">IncrementStartTimeLargeCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that increments the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property
value on the amount specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_LargeStartTimeChange">LargeStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IncrementStartTimeSmallCommand" data-uid="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeSmallCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeSmallCommand.html">IncrementStartTimeSmallCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that increments the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property
value on the amount specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_SmallStartTimeChange">SmallStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IntervalAppointmentTemplateProperty" data-uid="C1.WPF.Schedule.C1Scheduler.IntervalAppointmentTemplateProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IntervalAppointmentTemplateProperty.html">IntervalAppointmentTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IntervalAppointmentTemplate.html#C1_WPF_Schedule_C1Scheduler_IntervalAppointmentTemplate">IntervalAppointmentTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsDragDropDisabledProperty" data-uid="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabledProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabledProperty.html">IsDragDropDisabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled.html#C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled">IsDragDropDisabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsGroupedProperty" data-uid="C1.WPF.Schedule.C1Scheduler.IsGroupedProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsGroupedProperty.html">IsGroupedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsGrouped.html#C1_WPF_Schedule_C1Scheduler_IsGrouped">IsGrouped</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsInPlaceEditingDisabledProperty" data-uid="C1.WPF.Schedule.C1Scheduler.IsInPlaceEditingDisabledProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsInPlaceEditingDisabledProperty.html">IsInPlaceEditingDisabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsInPlaceEditingDisabled.html#C1_WPF_Schedule_C1Scheduler_IsInPlaceEditingDisabled">IsInPlaceEditingDisabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsTotalGroupItemEnabledProperty" data-uid="C1.WPF.Schedule.C1Scheduler.IsTotalGroupItemEnabledProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsTotalGroupItemEnabledProperty.html">IsTotalGroupItemEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsTotalGroupItemEnabled.html#C1_WPF_Schedule_C1Scheduler_IsTotalGroupItemEnabled">IsTotalGroupItemEnabled</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_LargeStartTimeChangeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChangeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChangeProperty.html">LargeStartTimeChangeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_LargeStartTimeChange">LargeStartTimeChange</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthStyleProperty" data-uid="C1.WPF.Schedule.C1Scheduler.MonthStyleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthStyleProperty.html">MonthStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthStyle.html#C1_WPF_Schedule_C1Scheduler_MonthStyle">MonthStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderDayFormatProperty" data-uid="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderDayFormatProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderDayFormatProperty.html">MonthViewDayHeaderDayFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderDayFormat.html#C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderDayFormat">MonthViewDayHeaderDayFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderMonthFormatProperty" data-uid="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderMonthFormatProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderMonthFormatProperty.html">MonthViewDayHeaderMonthFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderMonthFormat.html#C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderMonthFormat">MonthViewDayHeaderMonthFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthViewHeaderFormatProperty" data-uid="C1.WPF.Schedule.C1Scheduler.MonthViewHeaderFormatProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewHeaderFormatProperty.html">MonthViewHeaderFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewHeaderFormat.html#C1_WPF_Schedule_C1Scheduler_MonthViewHeaderFormat">MonthViewHeaderFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToNextAppointmentCommand" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToNextAppointmentCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToNextAppointmentCommand.html">NavigateToNextAppointmentCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that makes the nearest appointment after
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> visible in the control UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToNextGroupCommand" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToNextGroupCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToNextGroupCommand.html">NavigateToNextGroupCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that navigates C1Scheduler UI to the next <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToPreviousAppointmentCommand" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousAppointmentCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousAppointmentCommand.html">NavigateToPreviousAppointmentCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that makes the nearest appointment before
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> visible in the control UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToPreviousGroupCommand" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousGroupCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousGroupCommand.html">NavigateToPreviousGroupCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that navigates C1Scheduler UI to the previous <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NewAppointmentDialogCommand" data-uid="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialogCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialogCommand.html">NewAppointmentDialogCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that shows the Edit Appointment dialog for a creation of
a new <span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NextAppointmentTextProperty" data-uid="C1.WPF.Schedule.C1Scheduler.NextAppointmentTextProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NextAppointmentTextProperty.html">NextAppointmentTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NextAppointmentText.html#C1_WPF_Schedule_C1Scheduler_NextAppointmentText">NextAppointmentText</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OneDayStyleProperty" data-uid="C1.WPF.Schedule.C1Scheduler.OneDayStyleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OneDayStyleProperty.html">OneDayStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OneDayStyle.html#C1_WPF_Schedule_C1Scheduler_OneDayStyle">OneDayStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_PreviousAppointmentTextProperty" data-uid="C1.WPF.Schedule.C1Scheduler.PreviousAppointmentTextProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.PreviousAppointmentTextProperty.html">PreviousAppointmentTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.PreviousAppointmentText.html#C1_WPF_Schedule_C1Scheduler_PreviousAppointmentText">PreviousAppointmentText</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderAddedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderAddedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderAddedEvent.html">ReminderAddedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderAdded.html">ReminderAdded</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderChangedEvent.html">ReminderChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderChanged.html">ReminderChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderFireEvent" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderFireEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderFireEvent.html">ReminderFireEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderFire.html">ReminderFire</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderRemovedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderRemovedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderRemovedEvent.html">ReminderRemovedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderRemoved.html">ReminderRemoved</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderSnoozeEvent" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderSnoozeEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderSnoozeEvent.html">ReminderSnoozeEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderSnooze.html">ReminderSnooze</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectFromListDialogCommand" data-uid="C1.WPF.Schedule.C1Scheduler.SelectFromListDialogCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectFromListDialogCommand.html">SelectFromListDialogCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that shows the Select From List dialog
for specified parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectFromListTemplateProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectFromListTemplateProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectFromListTemplateProperty.html">SelectFromListTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectFromListTemplate.html#C1_WPF_Schedule_C1Scheduler_SelectFromListTemplate">SelectFromListTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedAppointmentChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedAppointmentChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedAppointmentChangedEvent.html">SelectedAppointmentChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedAppointmentChanged.html">SelectedAppointmentChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedAppointmentProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedAppointmentProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedAppointmentProperty.html">SelectedAppointmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedAppointment.html#C1_WPF_Schedule_C1Scheduler_SelectedAppointment">SelectedAppointment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedBackgroundProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedBackgroundProperty.html">SelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedBackground.html#C1_WPF_Schedule_C1Scheduler_SelectedBackground">SelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedDateTimeChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeChangedEvent.html">SelectedDateTimeChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeChanged.html">SelectedDateTimeChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedDateTimeIntervalProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeIntervalProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeIntervalProperty.html">SelectedDateTimeIntervalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeInterval.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTimeInterval">SelectedDateTimeInterval</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedDateTimeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeProperty.html">SelectedDateTimeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedGroupItemProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedGroupItemProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedGroupItemProperty.html">SelectedGroupItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedGroupItem.html#C1_WPF_Schedule_C1Scheduler_SelectedGroupItem">SelectedGroupItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedIntervalAppointmentProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedIntervalAppointmentProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedIntervalAppointmentProperty.html">SelectedIntervalAppointmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedIntervalAppointment.html#C1_WPF_Schedule_C1Scheduler_SelectedIntervalAppointment">SelectedIntervalAppointment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedVisualIntervalProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedVisualIntervalProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedVisualIntervalProperty.html">SelectedVisualIntervalProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedVisualInterval.html#C1_WPF_Schedule_C1Scheduler_SelectedVisualInterval">SelectedVisualInterval</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SetRelativeStartTimeCommand" data-uid="C1.WPF.Schedule.C1Scheduler.SetRelativeStartTimeCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SetRelativeStartTimeCommand.html">SetRelativeStartTimeCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that sets the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property to a value
between the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.Start.html#C1_WPF_Schedule_C1Scheduler_Start">Start</a> and <a class="xref" href="C1.WPF.Schedule.C1Scheduler.End.html#C1_WPF_Schedule_C1Scheduler_End">End</a> property values based on the specified
coefficient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SettingsProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SettingsProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SettingsProperty.html">SettingsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1SchedulerSettings.html">C1SchedulerSettings</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowNavigationPanelsProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ShowNavigationPanelsProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowNavigationPanelsProperty.html">ShowNavigationPanelsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowNavigationPanels.html#C1_WPF_Schedule_C1Scheduler_ShowNavigationPanels">ShowNavigationPanels</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowRemindersTemplateProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ShowRemindersTemplateProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowRemindersTemplateProperty.html">ShowRemindersTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowRemindersTemplate.html#C1_WPF_Schedule_C1Scheduler_ShowRemindersTemplate">ShowRemindersTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowWeekTabsProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ShowWeekTabsProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowWeekTabsProperty.html">ShowWeekTabsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowWeekTabs.html#C1_WPF_Schedule_C1Scheduler_ShowWeekTabs">ShowWeekTabs</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowWorkTimeOnlyProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ShowWorkTimeOnlyProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowWorkTimeOnlyProperty.html">ShowWorkTimeOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowWorkTimeOnly.html#C1_WPF_Schedule_C1Scheduler_ShowWorkTimeOnly">ShowWorkTimeOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SmallStartTimeChangeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChangeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChangeProperty.html">SmallStartTimeChangeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_SmallStartTimeChange">SmallStartTimeChange</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SmallVisualIntervalScaleProperty" data-uid="C1.WPF.Schedule.C1Scheduler.SmallVisualIntervalScaleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallVisualIntervalScaleProperty.html">SmallVisualIntervalScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallVisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_SmallVisualIntervalScale">SmallVisualIntervalScale</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SnoozeCommand" data-uid="C1.WPF.Schedule.C1Scheduler.SnoozeCommand">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SnoozeCommand.html">SnoozeCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the command that snoozes reminders.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_StartChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.StartChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StartChangedEvent.html">StartChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StartChanged.html">StartChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_StartProperty" data-uid="C1.WPF.Schedule.C1Scheduler.StartProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StartProperty.html">StartProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Start.html#C1_WPF_Schedule_C1Scheduler_Start">Start</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_StyleChangedEvent" data-uid="C1.WPF.Schedule.C1Scheduler.StyleChangedEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StyleChangedEvent.html">StyleChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StyleChanged.html">StyleChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ThemeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ThemeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ThemeProperty.html">ThemeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Theme.html#C1_WPF_Schedule_C1Scheduler_Theme">Theme</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_TimeFormatProperty" data-uid="C1.WPF.Schedule.C1Scheduler.TimeFormatProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TimeFormatProperty.html">TimeFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TimeFormat.html#C1_WPF_Schedule_C1Scheduler_TimeFormat">TimeFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_TimeLineStyleProperty" data-uid="C1.WPF.Schedule.C1Scheduler.TimeLineStyleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TimeLineStyleProperty.html">TimeLineStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TimeLineStyle.html#C1_WPF_Schedule_C1Scheduler_TimeLineStyle">TimeLineStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_TodayBackgroundProperty" data-uid="C1.WPF.Schedule.C1Scheduler.TodayBackgroundProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TodayBackgroundProperty.html">TodayBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TodayBackground.html#C1_WPF_Schedule_C1Scheduler_TodayBackground">TodayBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserAddingAppointmentEvent" data-uid="C1.WPF.Schedule.C1Scheduler.UserAddingAppointmentEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserAddingAppointmentEvent.html">UserAddingAppointmentEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserAddingAppointment.html">UserAddingAppointment</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserClosingAppointmentEvent" data-uid="C1.WPF.Schedule.C1Scheduler.UserClosingAppointmentEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserClosingAppointmentEvent.html">UserClosingAppointmentEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserClosingAppointment.html">UserClosingAppointment</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserDeletingAppointmentEvent" data-uid="C1.WPF.Schedule.C1Scheduler.UserDeletingAppointmentEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserDeletingAppointmentEvent.html">UserDeletingAppointmentEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserDeletingAppointment.html">UserDeletingAppointment</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserEditingAppointmentEvent" data-uid="C1.WPF.Schedule.C1Scheduler.UserEditingAppointmentEvent">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserEditingAppointmentEvent.html">UserEditingAppointmentEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserEditingAppointment.html">UserEditingAppointment</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ViewStyleSelectorProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ViewStyleSelectorProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ViewStyleSelectorProperty.html">ViewStyleSelectorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.styleselector">StyleSelector</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ViewTypeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.ViewTypeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ViewTypeProperty.html">ViewTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ViewType.html#C1_WPF_Schedule_C1Scheduler_ViewType">ViewType</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisibleDatesProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisibleDatesProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisibleDatesProperty.html">VisibleDatesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisibleDates.html#C1_WPF_Schedule_C1Scheduler_VisibleDates">VisibleDates</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualEndTimeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualEndTimeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualEndTimeProperty.html">VisualEndTimeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualEndTimeProperty.html">VisualEndTimeProperty</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptionsProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptionsProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptionsProperty.html">VisualIntervalGroupDescriptionsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions">VisualIntervalGroupDescriptions</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupStylesProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupStylesProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupStylesProperty.html">VisualIntervalGroupStylesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupStyles.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupStyles">VisualIntervalGroupStyles</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalPanelProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalPanelProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalPanelProperty.html">VisualIntervalPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalPanel.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalPanel">VisualIntervalPanel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalScaleProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalScaleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalScaleProperty.html">VisualIntervalScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalScale">VisualIntervalScale</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalTemplateProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalTemplateProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalTemplateProperty.html">VisualIntervalTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalTemplate.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalTemplate">VisualIntervalTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualStartTimeProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualStartTimeProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTimeProperty.html">VisualStartTimeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualTimeSpanProperty" data-uid="C1.WPF.Schedule.C1Scheduler.VisualTimeSpanProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualTimeSpanProperty.html">VisualTimeSpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualTimeSpan.html#C1_WPF_Schedule_C1Scheduler_VisualTimeSpan">VisualTimeSpan</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_WeekStyleProperty" data-uid="C1.WPF.Schedule.C1Scheduler.WeekStyleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WeekStyleProperty.html">WeekStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WeekStyle.html#C1_WPF_Schedule_C1Scheduler_WeekStyle">WeekStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_WeekViewDayHeaderFormatProperty" data-uid="C1.WPF.Schedule.C1Scheduler.WeekViewDayHeaderFormatProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WeekViewDayHeaderFormatProperty.html">WeekViewDayHeaderFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WeekViewDayHeaderFormat.html#C1_WPF_Schedule_C1Scheduler_WeekViewDayHeaderFormat">WeekViewDayHeaderFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_WorkingWeekStyleProperty" data-uid="C1.WPF.Schedule.C1Scheduler.WorkingWeekStyleProperty">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WorkingWeekStyleProperty.html">WorkingWeekStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WorkingWeekStyle.html#C1_WPF_Schedule_C1Scheduler_WorkingWeekStyle">WorkingWeekStyle</a> dependency property.</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_C1Scheduler_ActiveReminders" data-uid="C1.WPF.Schedule.C1Scheduler.ActiveReminders">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ActiveReminders.html#C1_WPF_Schedule_C1Scheduler_ActiveReminders">ActiveReminders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlyobservablecollection-1">ReadOnlyObservableCollection&lt;T&gt;</a> of active <span class="xref">C1.Schedule.Reminder</span> objects.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ActualControlForeground" data-uid="C1.WPF.Schedule.C1Scheduler.ActualControlForeground">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ActualControlForeground.html#C1_WPF_Schedule_C1Scheduler_ActualControlForeground">ActualControlForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object to use as ControlForeground inside control template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AllDayAreaHeight" data-uid="C1.WPF.Schedule.C1Scheduler.AllDayAreaHeight">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AllDayAreaHeight.html#C1_WPF_Schedule_C1Scheduler_AllDayAreaHeight">AllDayAreaHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the height of All-Day area in a Day View.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AlternatingBackground" data-uid="C1.WPF.Schedule.C1Scheduler.AlternatingBackground">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AlternatingBackground.html#C1_WPF_Schedule_C1Scheduler_AlternatingBackground">AlternatingBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used as background for working hours and days of alternating months.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentComparison" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentComparison">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentComparison.html#C1_WPF_Schedule_C1Scheduler_AppointmentComparison">AppointmentComparison</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.comparison-1">Comparison&lt;T&gt;</a> delegate which is used by
the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control to sort appointments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentForeground" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentForeground">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentForeground.html#C1_WPF_Schedule_C1Scheduler_AppointmentForeground">AppointmentForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used as a foreground for appointment elements.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BoldedDates" data-uid="C1.WPF.Schedule.C1Scheduler.BoldedDates">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BoldedDates.html#C1_WPF_Schedule_C1Scheduler_BoldedDates">BoldedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of dates which contain appointments.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CalendarHelper" data-uid="C1.WPF.Schedule.C1Scheduler.CalendarHelper">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CalendarHelper.html#C1_WPF_Schedule_C1Scheduler_CalendarHelper">CalendarHelper</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CalendarHelper.html#C1_WPF_Schedule_C1Scheduler_CalendarHelper">CalendarHelper</a> object
which provides calendar-dependant properties.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CanNavigateNextGroup" data-uid="C1.WPF.Schedule.C1Scheduler.CanNavigateNextGroup">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CanNavigateNextGroup.html#C1_WPF_Schedule_C1Scheduler_CanNavigateNextGroup">CanNavigateNextGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control
can be navigated to the next <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CanNavigatePreviousGroup" data-uid="C1.WPF.Schedule.C1Scheduler.CanNavigatePreviousGroup">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CanNavigatePreviousGroup.html#C1_WPF_Schedule_C1Scheduler_CanNavigatePreviousGroup">CanNavigatePreviousGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control
can be navigated to the next <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ControlBackground" data-uid="C1.WPF.Schedule.C1Scheduler.ControlBackground">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ControlBackground.html#C1_WPF_Schedule_C1Scheduler_ControlBackground">ControlBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object that is the face color of a control (Time Ruler, Month View header, etc.).
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ControlForeground" data-uid="C1.WPF.Schedule.C1Scheduler.ControlForeground">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ControlForeground.html#C1_WPF_Schedule_C1Scheduler_ControlForeground">ControlForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object that is the text color in a control (Time Ruler, Month View header, etc.).
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CurrentTimeBrush" data-uid="C1.WPF.Schedule.C1Scheduler.CurrentTimeBrush">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CurrentTimeBrush.html#C1_WPF_Schedule_C1Scheduler_CurrentTimeBrush">CurrentTimeBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to color the current time.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DataStorage" data-uid="C1.WPF.Schedule.C1Scheduler.DataStorage">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DataStorage.html#C1_WPF_Schedule_C1Scheduler_DataStorage">DataStorage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="../C1.WPF.ScheduleCore/C1.WPF.Schedule.C1ScheduleStorage.html">C1ScheduleStorage</a> that stores a data that is represented
by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DayViewDayHeaderFormat" data-uid="C1.WPF.Schedule.C1Scheduler.DayViewDayHeaderFormat">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DayViewDayHeaderFormat.html#C1_WPF_Schedule_C1Scheduler_DayViewDayHeaderFormat">DayViewDayHeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining format
used to display day header in a Day view.
The default value is 'dddd MMM d'.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditAppointmentTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.EditAppointmentTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentTemplate.html#C1_WPF_Schedule_C1Scheduler_EditAppointmentTemplate">EditAppointmentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI for the Edit Appointment dialog.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.EditRecurrenceTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditRecurrenceTemplate.html#C1_WPF_Schedule_C1Scheduler_EditRecurrenceTemplate">EditRecurrenceTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI for the Edit Recurrence dialog.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EmptyGroupName" data-uid="C1.WPF.Schedule.C1Scheduler.EmptyGroupName">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EmptyGroupName.html#C1_WPF_Schedule_C1Scheduler_EmptyGroupName">EmptyGroupName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used as default value for the <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.Name.html#C1_WPF_Schedule_SchedulerGroupItem_Name">Name</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_End" data-uid="C1.WPF.Schedule.C1Scheduler.End">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.End.html#C1_WPF_Schedule_C1Scheduler_End">End</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DateTime that defines an end of an overall period of time
that can be represented by the control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_GroupBy" data-uid="C1.WPF.Schedule.C1Scheduler.GroupBy">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupBy.html#C1_WPF_Schedule_C1Scheduler_GroupBy">GroupBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the type of grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_GroupHeaderTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.GroupHeaderTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupHeaderTemplate.html#C1_WPF_Schedule_C1Scheduler_GroupHeaderTemplate">GroupHeaderTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI representation of
the <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object header. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_GroupItems" data-uid="C1.WPF.Schedule.C1Scheduler.GroupItems">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupItems.html#C1_WPF_Schedule_C1Scheduler_GroupItems">GroupItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of all available <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> objects for the currently set type of grouping.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_GroupPageSize" data-uid="C1.WPF.Schedule.C1Scheduler.GroupPageSize">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GroupPageSize.html#C1_WPF_Schedule_C1Scheduler_GroupPageSize">GroupPageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value determining the maximum number of the <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> objects
displayed in UI at the same time. Increasing this value might affect performance.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_HasVisibleAppointments" data-uid="C1.WPF.Schedule.C1Scheduler.HasVisibleAppointments">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.HasVisibleAppointments.html#C1_WPF_Schedule_C1Scheduler_HasVisibleAppointments">HasVisibleAppointments</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether there is at least one visible appointment in the current view.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IntervalAppointmentTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.IntervalAppointmentTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IntervalAppointmentTemplate.html#C1_WPF_Schedule_C1Scheduler_IntervalAppointmentTemplate">IntervalAppointmentTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI representation of
an <a class="xref" href="C1.WPF.Schedule.IntervalAppointment.html">IntervalAppointment</a> object. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled" data-uid="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsDragDropDisabled.html#C1_WPF_Schedule_C1Scheduler_IsDragDropDisabled">IsDragDropDisabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value that indicates whether
the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> doesn't allow appointment resizing and drag operations.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsGrouped" data-uid="C1.WPF.Schedule.C1Scheduler.IsGrouped">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsGrouped.html#C1_WPF_Schedule_C1Scheduler_IsGrouped">IsGrouped</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether grouping has been set for the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsInPlaceEditingDisabled" data-uid="C1.WPF.Schedule.C1Scheduler.IsInPlaceEditingDisabled">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsInPlaceEditingDisabled.html#C1_WPF_Schedule_C1Scheduler_IsInPlaceEditingDisabled">IsInPlaceEditingDisabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value that indicates whether
in-place editing of appointments is enabled for an end-user.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IsTotalGroupItemEnabled" data-uid="C1.WPF.Schedule.C1Scheduler.IsTotalGroupItemEnabled">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IsTotalGroupItemEnabled.html#C1_WPF_Schedule_C1Scheduler_IsTotalGroupItemEnabled">IsTotalGroupItemEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control generates
visual intervals for the total group.
This is a dependency property.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_LargeStartTimeChange" data-uid="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChange">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_LargeStartTimeChange">LargeStartTimeChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a TimeSpan used to change the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a>
property by the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeLarge.html#C1_WPF_Schedule_C1Scheduler_IncrementStartTimeLarge">IncrementStartTimeLarge()</a> and
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeLarge.html#C1_WPF_Schedule_C1Scheduler_DecrementStartTimeLarge">DecrementStartTimeLarge()</a> methods and the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeLargeCommand.html">IncrementStartTimeLargeCommand</a> and
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeLargeCommand.html">DecrementStartTimeLargeCommand</a> commands.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthStyle" data-uid="C1.WPF.Schedule.C1Scheduler.MonthStyle">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthStyle.html#C1_WPF_Schedule_C1Scheduler_MonthStyle">MonthStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object that defines a UI representation of
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control in a Month View mode. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderDayFormat" data-uid="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderDayFormat">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderDayFormat.html#C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderDayFormat">MonthViewDayHeaderDayFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining format
used to display day name in a day header of a Month view.
The default value is '%d'.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderMonthFormat" data-uid="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderMonthFormat">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewDayHeaderMonthFormat.html#C1_WPF_Schedule_C1Scheduler_MonthViewDayHeaderMonthFormat">MonthViewDayHeaderMonthFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining format
used to display month name in a day header of a Month view.
The default value is 'MMMM'.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_MonthViewHeaderFormat" data-uid="C1.WPF.Schedule.C1Scheduler.MonthViewHeaderFormat">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.MonthViewHeaderFormat.html#C1_WPF_Schedule_C1Scheduler_MonthViewHeaderFormat">MonthViewHeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining format
used to display day names in a Month view header.
The default value is 'dddd'.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NextAppointmentText" data-uid="C1.WPF.Schedule.C1Scheduler.NextAppointmentText">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NextAppointmentText.html#C1_WPF_Schedule_C1Scheduler_NextAppointmentText">NextAppointmentText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used as text for the 'Next Appointment' navigation pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OneDayStyle" data-uid="C1.WPF.Schedule.C1Scheduler.OneDayStyle">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OneDayStyle.html#C1_WPF_Schedule_C1Scheduler_OneDayStyle">OneDayStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object that defines a UI representation of
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control in a Day View mode. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_PreviousAppointmentText" data-uid="C1.WPF.Schedule.C1Scheduler.PreviousAppointmentText">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.PreviousAppointmentText.html#C1_WPF_Schedule_C1Scheduler_PreviousAppointmentText">PreviousAppointmentText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used as text for the 'Previous Appointment' navigation pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectFromListTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.SelectFromListTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectFromListTemplate.html#C1_WPF_Schedule_C1Scheduler_SelectFromListTemplate">SelectFromListTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI for the dialog like
Select Resources, Select Categories and Select Contacts.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedAppointment.html#C1_WPF_Schedule_C1Scheduler_SelectedAppointment">SelectedAppointment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <span class="xref">C1.Schedule.Appointment</span> that is currently selected
in the control UI. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedBackground" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedBackground">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedBackground.html#C1_WPF_Schedule_C1Scheduler_SelectedBackground">SelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to highlight currently selected day.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedDateTime" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedDateTime">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DateTime currently selected in control UI.
The default value is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime.today">Today</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedDateTimeInterval" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeInterval">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeInterval.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTimeInterval">SelectedDateTimeInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Schedule.DateTimeInterval.html">DateTimeInterval</a> object representing
time interval which is currently selected in the control UI.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedGroupItem" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedGroupItem">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedGroupItem.html#C1_WPF_Schedule_C1Scheduler_SelectedGroupItem">SelectedGroupItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the selected <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object or returns null if the selection is empty.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedIntervalAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedIntervalAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedIntervalAppointment.html#C1_WPF_Schedule_C1Scheduler_SelectedIntervalAppointment">SelectedIntervalAppointment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.WPF.Schedule.IntervalAppointment.html">IntervalAppointment</a> that is currently selected
in control UI. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedVisualInterval" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedVisualInterval">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedVisualInterval.html#C1_WPF_Schedule_C1Scheduler_SelectedVisualInterval">SelectedVisualInterval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first selected <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> object
in the current selection or returns null if the selection is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_Settings" data-uid="C1.WPF.Schedule.C1Scheduler.Settings">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Settings.html#C1_WPF_Schedule_C1Scheduler_Settings">Settings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Schedule.C1SchedulerSettings.html">C1SchedulerSettings</a> object
which provides <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> settings properties.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowEmptyGroupItem" data-uid="C1.WPF.Schedule.C1Scheduler.ShowEmptyGroupItem">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowEmptyGroupItem.html#C1_WPF_Schedule_C1Scheduler_ShowEmptyGroupItem">ShowEmptyGroupItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control
should display an empty group item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowNavigationPanels" data-uid="C1.WPF.Schedule.C1Scheduler.ShowNavigationPanels">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowNavigationPanels.html#C1_WPF_Schedule_C1Scheduler_ShowNavigationPanels">ShowNavigationPanels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether control
should show navigation panels. This is a dependency property.
The default value is True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowRemindersTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.ShowRemindersTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowRemindersTemplate.html#C1_WPF_Schedule_C1Scheduler_ShowRemindersTemplate">ShowRemindersTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI for the Show Reminders dialog.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowWeekTabs" data-uid="C1.WPF.Schedule.C1Scheduler.ShowWeekTabs">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowWeekTabs.html#C1_WPF_Schedule_C1Scheduler_ShowWeekTabs">ShowWeekTabs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether control
shows week tabs in a month view. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShowWorkTimeOnly" data-uid="C1.WPF.Schedule.C1Scheduler.ShowWorkTimeOnly">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShowWorkTimeOnly.html#C1_WPF_Schedule_C1Scheduler_ShowWorkTimeOnly">ShowWorkTimeOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether control
shows working time only. This is a dependency property.
This property affects Day/Work Week views or any custom view
which has <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalScale">VisualIntervalScale</a> value less than one day.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SmallStartTimeChange" data-uid="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChange">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_SmallStartTimeChange">SmallStartTimeChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a TimeSpan used to change the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a>
property by the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeSmall.html#C1_WPF_Schedule_C1Scheduler_IncrementStartTimeSmall">IncrementStartTimeSmall()</a> and
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeSmall.html#C1_WPF_Schedule_C1Scheduler_DecrementStartTimeSmall">DecrementStartTimeSmall()</a> methods and the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeSmallCommand.html">IncrementStartTimeSmallCommand</a> and
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeSmallCommand.html">DecrementStartTimeSmallCommand</a> commands.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SmallVisualIntervalScale" data-uid="C1.WPF.Schedule.C1Scheduler.SmallVisualIntervalScale">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallVisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_SmallVisualIntervalScale">SmallVisualIntervalScale</a>
        </td>
        <td class="markdown level1 summary"><p>If this property value is set, defines TimeSpan of each <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> in the VisualIntervals collection
for views with intervals shorther than 1 day.
This is a dependency property. The default value is TimeSpan.Zero which means that only <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalScale">VisualIntervalScale</a> property has effect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_Start" data-uid="C1.WPF.Schedule.C1Scheduler.Start">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Start.html#C1_WPF_Schedule_C1Scheduler_Start">Start</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DateTime that defines a beginning of an overall period of time
that can be represented by the control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_StatusComparison" data-uid="C1.WPF.Schedule.C1Scheduler.StatusComparison">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StatusComparison.html#C1_WPF_Schedule_C1Scheduler_StatusComparison">StatusComparison</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.comparison-1">Comparison&lt;T&gt;</a> delegate which is used by
the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control to compare availability statuses.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_Theme" data-uid="C1.WPF.Schedule.C1Scheduler.Theme">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Theme.html#C1_WPF_Schedule_C1Scheduler_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.resourcedictionary">ResourceDictionary</a> object containing Scheduler theme resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_TimeFormat" data-uid="C1.WPF.Schedule.C1Scheduler.TimeFormat">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TimeFormat.html#C1_WPF_Schedule_C1Scheduler_TimeFormat">TimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining time format
used to display time ruler in a Day, Week and Work Week views.
The default value is an empty string. In such case C1Scheduler takes default time format from the current culture.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_TimeLineStyle" data-uid="C1.WPF.Schedule.C1Scheduler.TimeLineStyle">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TimeLineStyle.html#C1_WPF_Schedule_C1Scheduler_TimeLineStyle">TimeLineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object that defines a UI representation of the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control in a Time Line mode. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_TodayBackground" data-uid="C1.WPF.Schedule.C1Scheduler.TodayBackground">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TodayBackground.html#C1_WPF_Schedule_C1Scheduler_TodayBackground">TodayBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> object used to color current day.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_TotalGroupItem" data-uid="C1.WPF.Schedule.C1Scheduler.TotalGroupItem">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.TotalGroupItem.html#C1_WPF_Schedule_C1Scheduler_TotalGroupItem">TotalGroupItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> object representing the group item which has no owner,
but contains appointments of all visible group items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ViewStyleSelector" data-uid="C1.WPF.Schedule.C1Scheduler.ViewStyleSelector">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ViewStyleSelector.html#C1_WPF_Schedule_C1Scheduler_ViewStyleSelector">ViewStyleSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Enables you to provide custom style-selection logic for a style that
should be applied to the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control.
The default value is a null reference.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ViewType" data-uid="C1.WPF.Schedule.C1Scheduler.ViewType">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ViewType.html#C1_WPF_Schedule_C1Scheduler_ViewType">ViewType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ViewType.html#C1_WPF_Schedule_C1Scheduler_ViewType">ViewType</a> value determining what style should be used in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisibleDates" data-uid="C1.WPF.Schedule.C1Scheduler.VisibleDates">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisibleDates.html#C1_WPF_Schedule_C1Scheduler_VisibleDates">VisibleDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of currently visible dates.
Changing this list might affect the next properties:</p>
<ul><li>
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a>
</li><li>
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualTimeSpan.html#C1_WPF_Schedule_C1Scheduler_VisualTimeSpan">VisualTimeSpan</a>
</li><li>
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualEndTime.html#C1_WPF_Schedule_C1Scheduler_VisualEndTime">VisualEndTime</a>
</li><li>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a>
</li></ul>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisibleGroupItems" data-uid="C1.WPF.Schedule.C1Scheduler.VisibleGroupItems">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisibleGroupItems.html#C1_WPF_Schedule_C1Scheduler_VisibleGroupItems">VisibleGroupItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of currently visible <a class="xref" href="C1.WPF.Schedule.SchedulerGroupItem.html">SchedulerGroupItem</a> objects.
This collection can be used in xaml in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control templates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualEndTime" data-uid="C1.WPF.Schedule.C1Scheduler.VisualEndTime">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualEndTime.html#C1_WPF_Schedule_C1Scheduler_VisualEndTime">VisualEndTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an end of a period of time that is currently represented in
the control UI. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions">VisualIntervalGroupDescriptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a collection of <a class="xref" href="C1.WPF.Schedule.VisualIntervalGroupDescription.html">VisualIntervalGroupDescription</a>
objects that defines a grouping criteria applied to the items of the VisualIntervals collection. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupStyles" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupStyles">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupStyles.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupStyles">VisualIntervalGroupStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a collection of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.groupstyle">GroupStyle</a>
objects that characterize UI for each group level defined in the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalGroupDescriptions.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalGroupDescriptions">VisualIntervalGroupDescriptions</a> collection.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalPanel" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalPanel">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalPanel.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalPanel">VisualIntervalPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a ItemsPanelTemplate that defines the panel that lays out elements
representing <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> objects from the VisualIntervals collection. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalScale" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalScale">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalScale">VisualIntervalScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a TimeSpan of each <a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> in the VisualIntervals collection. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualIntervalTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.VisualIntervalTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalTemplate.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalTemplate">VisualIntervalTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DataTemplate that defines a UI representation of
<a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> objects from the VisualIntervals
collection. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualStartTime" data-uid="C1.WPF.Schedule.C1Scheduler.VisualStartTime">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a start of a period of time that is currently represented in
the control UI. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_VisualTimeSpan" data-uid="C1.WPF.Schedule.C1Scheduler.VisualTimeSpan">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualTimeSpan.html#C1_WPF_Schedule_C1Scheduler_VisualTimeSpan">VisualTimeSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a length of a period of time that is currently represented in
the control UI. The start of the period is defined by the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_WeekStyle" data-uid="C1.WPF.Schedule.C1Scheduler.WeekStyle">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WeekStyle.html#C1_WPF_Schedule_C1Scheduler_WeekStyle">WeekStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object that defines a UI representation of
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control in a Week View mode. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_WeekViewDayHeaderFormat" data-uid="C1.WPF.Schedule.C1Scheduler.WeekViewDayHeaderFormat">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WeekViewDayHeaderFormat.html#C1_WPF_Schedule_C1Scheduler_WeekViewDayHeaderFormat">WeekViewDayHeaderFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the format string
used to display the day header in a Week view. The default value is 'D'.
This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_WorkingWeekStyle" data-uid="C1.WPF.Schedule.C1Scheduler.WorkingWeekStyle">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.WorkingWeekStyle.html#C1_WPF_Schedule_C1Scheduler_WorkingWeekStyle">WorkingWeekStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> object that defines a UI representation of
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control in a Work Week View mode. This is a dependency property.</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_C1Scheduler_AddLogicalChildInternal_System_Object_" data-uid="C1.WPF.Schedule.C1Scheduler.AddLogicalChildInternal(System.Object)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AddLogicalChildInternal.html#C1_WPF_Schedule_C1Scheduler_AddLogicalChildInternal_System_Object_">AddLogicalChildInternal(object)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeginUpdate" data-uid="C1.WPF.Schedule.C1Scheduler.BeginUpdate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeginUpdate.html#C1_WPF_Schedule_C1Scheduler_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Disables any redrawing of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BringTimeIntoView_System_DateTime_System_Boolean_" data-uid="C1.WPF.Schedule.C1Scheduler.BringTimeIntoView(System.DateTime,System.Boolean)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BringTimeIntoView.html#C1_WPF_Schedule_C1Scheduler_BringTimeIntoView_System_DateTime_System_Boolean_">BringTimeIntoView(DateTime, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Attempts to bring into the view a UI element representing a
<a class="xref" href="C1.WPF.Schedule.VisualInterval.html">VisualInterval</a> that includes the specified time in the
current scheduler view. Optionally tries to make the element to be a top left
element of the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ChangeStyle_System_Object_" data-uid="C1.WPF.Schedule.C1Scheduler.ChangeStyle(System.Object)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ChangeStyle.html#C1_WPF_Schedule_C1Scheduler_ChangeStyle_System_Object_">ChangeStyle(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> property with the specified Style or a style
referenced by the specified ResourceDictionary key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_CloneTheme_System_Windows_ResourceDictionary_" data-uid="C1.WPF.Schedule.C1Scheduler.CloneTheme(System.Windows.ResourceDictionary)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.CloneTheme.html#C1_WPF_Schedule_C1Scheduler_CloneTheme_System_Windows_ResourceDictionary_">CloneTheme(ResourceDictionary)</a>
        </td>
        <td class="markdown level1 summary"><p>CloneTheme</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_Compare_C1_Schedule_Appointment_C1_Schedule_Appointment_" data-uid="C1.WPF.Schedule.C1Scheduler.Compare(C1.Schedule.Appointment,C1.Schedule.Appointment)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Compare.html#C1_WPF_Schedule_C1Scheduler_Compare_C1_Schedule_Appointment_C1_Schedule_Appointment_">Compare(Appointment, Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a comparison of two <span class="xref">C1.Schedule.Appointment</span> objects based on their start time and subject.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_Compare_C1_Schedule_Status_C1_Schedule_Status_" data-uid="C1.WPF.Schedule.C1Scheduler.Compare(C1.Schedule.Status,C1.Schedule.Status)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Compare.html#C1_WPF_Schedule_C1Scheduler_Compare_C1_Schedule_Status_C1_Schedule_Status_">Compare(Status, Status)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a comparison of two <span class="xref">C1.Schedule.Status</span> objects based on their <span class="xref">C1.Schedule.Status.StatusType</span> property value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DecrementStartTimeLarge" data-uid="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeLarge">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeLarge.html#C1_WPF_Schedule_C1Scheduler_DecrementStartTimeLarge">DecrementStartTimeLarge()</a>
        </td>
        <td class="markdown level1 summary"><p>Decrements the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property value on the amount
specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_LargeStartTimeChange">LargeStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DecrementStartTimeSmall" data-uid="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeSmall">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DecrementStartTimeSmall.html#C1_WPF_Schedule_C1Scheduler_DecrementStartTimeSmall">DecrementStartTimeSmall()</a>
        </td>
        <td class="markdown level1 summary"><p>Decrements the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property value on the amount
specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_SmallStartTimeChange">SmallStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DeleteAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.DeleteAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DeleteAppointment.html#C1_WPF_Schedule_C1Scheduler_DeleteAppointment">DeleteAppointment()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the appointment that is currently selected in control UI
and also shows an appointment deletion options dialog in the case where the appointment is an
occurrence of a recurrence pattern.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DeleteAppointment_C1_Schedule_Appointment_" data-uid="C1.WPF.Schedule.C1Scheduler.DeleteAppointment(C1.Schedule.Appointment)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DeleteAppointment.html#C1_WPF_Schedule_C1Scheduler_DeleteAppointment_C1_Schedule_Appointment_">DeleteAppointment(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes the specified appointment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_Dispose" data-uid="C1.WPF.Schedule.C1Scheduler.Dispose">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Dispose.html#C1_WPF_Schedule_C1Scheduler_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_Dispose_System_Boolean_" data-uid="C1.WPF.Schedule.C1Scheduler.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Dispose.html#C1_WPF_Schedule_C1Scheduler_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditAppointmentDialog_C1_Schedule_Appointment_" data-uid="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialog(C1.Schedule.Appointment)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_EditAppointmentDialog_C1_Schedule_Appointment_">EditAppointmentDialog(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Appointment dialog for editing of the specified existing
<span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceDialog_C1_Schedule_Appointment_" data-uid="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialog(C1.Schedule.Appointment)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialog.html#C1_WPF_Schedule_C1Scheduler_EditRecurrenceDialog_C1_Schedule_Appointment_">EditRecurrenceDialog(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Recurrence dialog for editing a <span class="xref">C1.Schedule.RecurrencePattern</span>
of the specified <span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EndUpdate" data-uid="C1.WPF.Schedule.C1Scheduler.EndUpdate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EndUpdate.html#C1_WPF_Schedule_C1Scheduler_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Enables the redrawing of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_FindUIForTime_System_DateTime_" data-uid="C1.WPF.Schedule.C1Scheduler.FindUIForTime(System.DateTime)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.FindUIForTime.html#C1_WPF_Schedule_C1Scheduler_FindUIForTime_System_DateTime_">FindUIForTime(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> corresponding to the given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_GetDateTimeAtPoint_C1_WPF_Schedule_C1Scheduler_System_Windows_Point_" data-uid="C1.WPF.Schedule.C1Scheduler.GetDateTimeAtPoint(C1.WPF.Schedule.C1Scheduler,System.Windows.Point)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.GetDateTimeAtPoint.html#C1_WPF_Schedule_C1Scheduler_GetDateTimeAtPoint_C1_WPF_Schedule_C1Scheduler_System_Windows_Point_">GetDateTimeAtPoint(C1Scheduler, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable&lt;T&gt;</a> at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IncrementStartTimeLarge" data-uid="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeLarge">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeLarge.html#C1_WPF_Schedule_C1Scheduler_IncrementStartTimeLarge">IncrementStartTimeLarge()</a>
        </td>
        <td class="markdown level1 summary"><p>Increments the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property value on the amount
specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.LargeStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_LargeStartTimeChange">LargeStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_IncrementStartTimeSmall" data-uid="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeSmall">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.IncrementStartTimeSmall.html#C1_WPF_Schedule_C1Scheduler_IncrementStartTimeSmall">IncrementStartTimeSmall()</a>
        </td>
        <td class="markdown level1 summary"><p>Increments the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property value on the amount
specified in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SmallStartTimeChange.html#C1_WPF_Schedule_C1Scheduler_SmallStartTimeChange">SmallStartTimeChange</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToAppointment_C1_Schedule_BaseObject_System_Boolean_System_Nullable_System_DateTime__" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToAppointment(C1.Schedule.BaseObject,System.Boolean,System.Nullable{System.DateTime})">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToAppointment.html#C1_WPF_Schedule_C1Scheduler_NavigateToAppointment_C1_Schedule_BaseObject_System_Boolean_System_Nullable_System_DateTime__">NavigateToAppointment(BaseObject, bool, DateTime?)</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control to the nearest
<span class="xref">C1.Schedule.Appointment</span> in the GroupItems with the specified owner object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToAppointment_System_Boolean_System_Nullable_System_DateTime__" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToAppointment(System.Boolean,System.Nullable{System.DateTime})">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToAppointment.html#C1_WPF_Schedule_C1Scheduler_NavigateToAppointment_System_Boolean_System_Nullable_System_DateTime__">NavigateToAppointment(bool, DateTime?)</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control to the nearest
<span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToGroup_System_Int32_" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToGroup(System.Int32)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToGroup.html#C1_WPF_Schedule_C1Scheduler_NavigateToGroup_System_Int32_">NavigateToGroup(int)</a>
        </td>
        <td class="markdown level1 summary"><p>If the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control is grouped, makes sure that the group with the specified index is visible in the UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToNextAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToNextAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToNextAppointment.html#C1_WPF_Schedule_C1Scheduler_NavigateToNextAppointment">NavigateToNextAppointment()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the nearest appointment after <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> visible in
the control UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToNextAppointment_C1_Schedule_BaseObject_" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToNextAppointment(C1.Schedule.BaseObject)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToNextAppointment.html#C1_WPF_Schedule_C1Scheduler_NavigateToNextAppointment_C1_Schedule_BaseObject_">NavigateToNextAppointment(BaseObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the nearest appointment after <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> visible in
the control UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToPreviousAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousAppointment.html#C1_WPF_Schedule_C1Scheduler_NavigateToPreviousAppointment">NavigateToPreviousAppointment()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the nearest appointment before <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> visible in
the control UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NavigateToPreviousAppointment_C1_Schedule_BaseObject_" data-uid="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousAppointment(C1.Schedule.BaseObject)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NavigateToPreviousAppointment.html#C1_WPF_Schedule_C1Scheduler_NavigateToPreviousAppointment_C1_Schedule_BaseObject_">NavigateToPreviousAppointment(BaseObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the nearest appointment before <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> visible in
the control UI.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog" data-uid="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog">NewAppointmentDialog()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Appointment dialog for the creation of a new
<span class="xref">C1.Schedule.Appointment</span> object.
Edit Appointment dialog is initialized according to the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeInterval.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTimeInterval">SelectedDateTimeInterval</a> property value if it is not null;
or according to the current date and time and
the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalScale">VisualIntervalScale</a> property value otherwise.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_C1_WPF_Schedule_VisualInterval_" data-uid="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog(C1.WPF.Schedule.VisualInterval)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_C1_WPF_Schedule_VisualInterval_">NewAppointmentDialog(VisualInterval)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Appointment dialog for the creation of a new
<span class="xref">C1.Schedule.Appointment</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_" data-uid="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog(System.DateTime,System.DateTime)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_">NewAppointmentDialog(DateTime, DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Appointment dialog for the creation of a new
<span class="xref">C1.Schedule.Appointment</span> object with the specified start and end values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_C1_Schedule_BaseObject_" data-uid="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog(System.DateTime,System.DateTime,C1.Schedule.BaseObject)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_C1_Schedule_BaseObject_">NewAppointmentDialog(DateTime, DateTime, BaseObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Appointment dialog for the creation of a new
<span class="xref">C1.Schedule.Appointment</span> object with the specified start and end values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_System_Nullable_System_Boolean__" data-uid="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog(System.DateTime,System.DateTime,System.Nullable{System.Boolean})">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_System_Nullable_System_Boolean__">NewAppointmentDialog(DateTime, DateTime, bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Appointment dialog for the creation of a new
<span class="xref">C1.Schedule.Appointment</span> object with the specified parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_System_Nullable_System_Boolean__C1_Schedule_BaseObject_" data-uid="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog(System.DateTime,System.DateTime,System.Nullable{System.Boolean},C1.Schedule.BaseObject)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_NewAppointmentDialog_System_DateTime_System_DateTime_System_Nullable_System_Boolean__C1_Schedule_BaseObject_">NewAppointmentDialog(DateTime, DateTime, bool?, BaseObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Edit Appointment dialog for the creation of a new
<span class="xref">C1.Schedule.Appointment</span> object with the specified parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnApplyTemplate" data-uid="C1.WPF.Schedule.C1Scheduler.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnApplyTemplate.html#C1_WPF_Schedule_C1Scheduler_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnAppointmentAdded_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnAppointmentAdded(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnAppointmentAdded.html#C1_WPF_Schedule_C1Scheduler_OnAppointmentAdded_C1_WPF_Schedule_AppointmentActionEventArgs_">OnAppointmentAdded(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a AppointmentAdded event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnAppointmentChanged_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnAppointmentChanged(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnAppointmentChanged.html#C1_WPF_Schedule_C1Scheduler_OnAppointmentChanged_C1_WPF_Schedule_AppointmentActionEventArgs_">OnAppointmentChanged(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a AppointmentChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnAppointmentCustomAction_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnAppointmentCustomAction(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnAppointmentCustomAction.html#C1_WPF_Schedule_C1Scheduler_OnAppointmentCustomAction_C1_WPF_Schedule_AppointmentActionEventArgs_">OnAppointmentCustomAction(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a AppointmentCustomAction event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnAppointmentDeleted_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnAppointmentDeleted(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnAppointmentDeleted.html#C1_WPF_Schedule_C1Scheduler_OnAppointmentDeleted_C1_WPF_Schedule_AppointmentActionEventArgs_">OnAppointmentDeleted(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a AppointmentDeleted event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnAppointmentRecurrenceStateChanged_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnAppointmentRecurrenceStateChanged(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnAppointmentRecurrenceStateChanged.html#C1_WPF_Schedule_C1Scheduler_OnAppointmentRecurrenceStateChanged_C1_WPF_Schedule_AppointmentActionEventArgs_">OnAppointmentRecurrenceStateChanged(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a AppointmentRecurrenceStateChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnBeforeAppointmentDrop_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnBeforeAppointmentDrop(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnBeforeAppointmentDrop.html#C1_WPF_Schedule_C1Scheduler_OnBeforeAppointmentDrop_C1_WPF_Schedule_AppointmentActionEventArgs_">OnBeforeAppointmentDrop(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a BeforeAppointmentDrop event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnBeforeAppointmentResize_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnBeforeAppointmentResize(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnBeforeAppointmentResize.html#C1_WPF_Schedule_C1Scheduler_OnBeforeAppointmentResize_C1_WPF_Schedule_AppointmentActionEventArgs_">OnBeforeAppointmentResize(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a BeforeAppointmentResize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnBeforeAppointmentSave_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnBeforeAppointmentSave(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnBeforeAppointmentSave.html#C1_WPF_Schedule_C1Scheduler_OnBeforeAppointmentSave_C1_WPF_Schedule_AppointmentActionEventArgs_">OnBeforeAppointmentSave(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a BeforeAppointmentResize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnBeforeViewChange_C1_WPF_Schedule_BeforeViewChangeEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnBeforeViewChange(C1.WPF.Schedule.BeforeViewChangeEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnBeforeViewChange.html#C1_WPF_Schedule_C1Scheduler_OnBeforeViewChange_C1_WPF_Schedule_BeforeViewChangeEventArgs_">OnBeforeViewChange(BeforeViewChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a BeforeViewChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnChangeStyleCommand_System_Windows_Input_ExecutedRoutedEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnChangeStyleCommand(System.Windows.Input.ExecutedRoutedEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnChangeStyleCommand.html#C1_WPF_Schedule_C1Scheduler_OnChangeStyleCommand_System_Windows_Input_ExecutedRoutedEventArgs_">OnChangeStyleCommand(ExecutedRoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the C1Scheduler.ChangeStyle command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnDataSourceItemSynchronized_C1_Schedule_ItemSynchronizedEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnDataSourceItemSynchronized(C1.Schedule.ItemSynchronizedEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnDataSourceItemSynchronized.html#C1_WPF_Schedule_C1Scheduler_OnDataSourceItemSynchronized_C1_Schedule_ItemSynchronizedEventArgs_">OnDataSourceItemSynchronized(ItemSynchronizedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a DataSourceItemSynchronized event;</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnDragEnter_System_Windows_DragEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnDragEnter(System.Windows.DragEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnDragEnter.html#C1_WPF_Schedule_C1Scheduler_OnDragEnter_System_Windows_DragEventArgs_">OnDragEnter(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnDragOver_System_Windows_DragEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnDragOver(System.Windows.DragEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnDragOver.html#C1_WPF_Schedule_C1Scheduler_OnDragOver_System_Windows_DragEventArgs_">OnDragOver(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnDrop_System_Windows_DragEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnDrop(System.Windows.DragEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnDrop.html#C1_WPF_Schedule_C1Scheduler_OnDrop_System_Windows_DragEventArgs_">OnDrop(DragEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnEndChanged_C1_WPF_Schedule_DateTimePropertyChangeEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnEndChanged(C1.WPF.Schedule.DateTimePropertyChangeEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnEndChanged.html#C1_WPF_Schedule_C1Scheduler_OnEndChanged_C1_WPF_Schedule_DateTimePropertyChangeEventArgs_">OnEndChanged(DateTimePropertyChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises an EndChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnInitialized_System_EventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnInitialized(System.EventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnInitialized.html#C1_WPF_Schedule_C1Scheduler_OnInitialized_System_EventArgs_">OnInitialized(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Rebuilds UI after initializing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnKeyDown.html#C1_WPF_Schedule_C1Scheduler_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnMouseWheel.html#C1_WPF_Schedule_C1Scheduler_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnReminderAdded_C1_WPF_Schedule_ReminderActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnReminderAdded(C1.WPF.Schedule.ReminderActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnReminderAdded.html#C1_WPF_Schedule_C1Scheduler_OnReminderAdded_C1_WPF_Schedule_ReminderActionEventArgs_">OnReminderAdded(ReminderActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a ReminderAdded event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnReminderChanged_C1_WPF_Schedule_ReminderActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnReminderChanged(C1.WPF.Schedule.ReminderActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnReminderChanged.html#C1_WPF_Schedule_C1Scheduler_OnReminderChanged_C1_WPF_Schedule_ReminderActionEventArgs_">OnReminderChanged(ReminderActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a ReminderChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnReminderFire_C1_WPF_Schedule_ReminderActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnReminderFire(C1.WPF.Schedule.ReminderActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnReminderFire.html#C1_WPF_Schedule_C1Scheduler_OnReminderFire_C1_WPF_Schedule_ReminderActionEventArgs_">OnReminderFire(ReminderActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a ReminderFire event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnReminderRemoved_C1_WPF_Schedule_ReminderActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnReminderRemoved(C1.WPF.Schedule.ReminderActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnReminderRemoved.html#C1_WPF_Schedule_C1Scheduler_OnReminderRemoved_C1_WPF_Schedule_ReminderActionEventArgs_">OnReminderRemoved(ReminderActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a ReminderRemoved event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnReminderSnooze_C1_WPF_Schedule_ReminderActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnReminderSnooze(C1.WPF.Schedule.ReminderActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnReminderSnooze.html#C1_WPF_Schedule_C1Scheduler_OnReminderSnooze_C1_WPF_Schedule_ReminderActionEventArgs_">OnReminderSnooze(ReminderActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a ReminderSnooze event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnSelectedAppointmentChanged_C1_WPF_Schedule_PropertyChangeEventArgsBase_" data-uid="C1.WPF.Schedule.C1Scheduler.OnSelectedAppointmentChanged(C1.WPF.Schedule.PropertyChangeEventArgsBase)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnSelectedAppointmentChanged.html#C1_WPF_Schedule_C1Scheduler_OnSelectedAppointmentChanged_C1_WPF_Schedule_PropertyChangeEventArgsBase_">OnSelectedAppointmentChanged(PropertyChangeEventArgsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a SelectedAppointmentChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnSelectedDateTimeChanged_C1_WPF_Schedule_DateTimePropertyChangeEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnSelectedDateTimeChanged(C1.WPF.Schedule.DateTimePropertyChangeEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnSelectedDateTimeChanged.html#C1_WPF_Schedule_C1Scheduler_OnSelectedDateTimeChanged_C1_WPF_Schedule_DateTimePropertyChangeEventArgs_">OnSelectedDateTimeChanged(DateTimePropertyChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a SelectedDateTimeChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnStartChanged_C1_WPF_Schedule_DateTimePropertyChangeEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnStartChanged(C1.WPF.Schedule.DateTimePropertyChangeEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnStartChanged.html#C1_WPF_Schedule_C1Scheduler_OnStartChanged_C1_WPF_Schedule_DateTimePropertyChangeEventArgs_">OnStartChanged(DateTimePropertyChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a StartChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnStyleChanged" data-uid="C1.WPF.Schedule.C1Scheduler.OnStyleChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnStyleChanged.html#C1_WPF_Schedule_C1Scheduler_OnStyleChanged">OnStyleChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a StyleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnStyleChanged_System_Windows_Style_System_Windows_Style_" data-uid="C1.WPF.Schedule.C1Scheduler.OnStyleChanged(System.Windows.Style,System.Windows.Style)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnStyleChanged.html#C1_WPF_Schedule_C1Scheduler_OnStyleChanged_System_Windows_Style_System_Windows_Style_">OnStyleChanged(Style, Style)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnTemplateChanged_System_Windows_Controls_ControlTemplate_System_Windows_Controls_ControlTemplate_" data-uid="C1.WPF.Schedule.C1Scheduler.OnTemplateChanged(System.Windows.Controls.ControlTemplate,System.Windows.Controls.ControlTemplate)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnTemplateChanged.html#C1_WPF_Schedule_C1Scheduler_OnTemplateChanged_System_Windows_Controls_ControlTemplate_System_Windows_Controls_ControlTemplate_">OnTemplateChanged(ControlTemplate, ControlTemplate)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnUserAddingAppointment_C1_WPF_Schedule_AddingAppointmentEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnUserAddingAppointment(C1.WPF.Schedule.AddingAppointmentEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnUserAddingAppointment.html#C1_WPF_Schedule_C1Scheduler_OnUserAddingAppointment_C1_WPF_Schedule_AddingAppointmentEventArgs_">OnUserAddingAppointment(AddingAppointmentEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a UserAddingAppointment event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnUserClosingAppointment_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnUserClosingAppointment(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnUserClosingAppointment.html#C1_WPF_Schedule_C1Scheduler_OnUserClosingAppointment_C1_WPF_Schedule_AppointmentActionEventArgs_">OnUserClosingAppointment(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a UserEditingAppointment event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnUserDeletingAppointment_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnUserDeletingAppointment(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnUserDeletingAppointment.html#C1_WPF_Schedule_C1Scheduler_OnUserDeletingAppointment_C1_WPF_Schedule_AppointmentActionEventArgs_">OnUserDeletingAppointment(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a UserDeletingAppointment event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnUserEditingAppointment_C1_WPF_Schedule_AppointmentActionEventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.OnUserEditingAppointment(C1.WPF.Schedule.AppointmentActionEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnUserEditingAppointment.html#C1_WPF_Schedule_C1Scheduler_OnUserEditingAppointment_C1_WPF_Schedule_AppointmentActionEventArgs_">OnUserEditingAppointment(AppointmentActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises a UserEditingAppointment event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_OnVisualParentChanged_System_Windows_DependencyObject_" data-uid="C1.WPF.Schedule.C1Scheduler.OnVisualParentChanged(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.OnVisualParentChanged.html#C1_WPF_Schedule_C1Scheduler_OnVisualParentChanged_System_Windows_DependencyObject_">OnVisualParentChanged(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReceiveWeakEvent_System_Type_System_Object_System_EventArgs_" data-uid="C1.WPF.Schedule.C1Scheduler.ReceiveWeakEvent(System.Type,System.Object,System.EventArgs)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReceiveWeakEvent.html#C1_WPF_Schedule_C1Scheduler_ReceiveWeakEvent_System_Type_System_Object_System_EventArgs_">ReceiveWeakEvent(Type, object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Receives events from the centralized event manager.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_RemoveLogicalChildInternal_System_Object_" data-uid="C1.WPF.Schedule.C1Scheduler.RemoveLogicalChildInternal(System.Object)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.RemoveLogicalChildInternal.html#C1_WPF_Schedule_C1Scheduler_RemoveLogicalChildInternal_System_Object_">RemoveLogicalChildInternal(object)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectFromListDialog_System_Collections_IList_System_Collections_IList_System_Type_C1_Schedule_Appointment_System_String_" data-uid="C1.WPF.Schedule.C1Scheduler.SelectFromListDialog(System.Collections.IList,System.Collections.IList,System.Type,C1.Schedule.Appointment,System.String)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectFromListDialog.html#C1_WPF_Schedule_C1Scheduler_SelectFromListDialog_System_Collections_IList_System_Collections_IList_System_Type_C1_Schedule_Appointment_System_String_">SelectFromListDialog(IList, IList, Type, Appointment, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Select From List dialog. Honors property values defined in the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Settings.html#C1_WPF_Schedule_C1Scheduler_Settings">Settings</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectFromListDialog_System_Collections_IList_System_Collections_IList_System_Type_C1_Schedule_Appointment_System_String_System_Boolean_System_Boolean_" data-uid="C1.WPF.Schedule.C1Scheduler.SelectFromListDialog(System.Collections.IList,System.Collections.IList,System.Type,C1.Schedule.Appointment,System.String,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectFromListDialog.html#C1_WPF_Schedule_C1Scheduler_SelectFromListDialog_System_Collections_IList_System_Collections_IList_System_Type_C1_Schedule_Appointment_System_String_System_Boolean_System_Boolean_">SelectFromListDialog(IList, IList, Type, Appointment, string, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Select From List dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SetRelativeStartTime_System_Double_" data-uid="C1.WPF.Schedule.C1Scheduler.SetRelativeStartTime(System.Double)">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SetRelativeStartTime.html#C1_WPF_Schedule_C1Scheduler_SetRelativeStartTime_System_Double_">SetRelativeStartTime(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualStartTime.html#C1_WPF_Schedule_C1Scheduler_VisualStartTime">VisualStartTime</a> property to a value between the
<a class="xref" href="C1.WPF.Schedule.C1Scheduler.Start.html#C1_WPF_Schedule_C1Scheduler_Start">Start</a> and <a class="xref" href="C1.WPF.Schedule.C1Scheduler.End.html#C1_WPF_Schedule_C1Scheduler_End">End</a> property values based on the specified
coefficient.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShouldSerializeEmptyGroupName" data-uid="C1.WPF.Schedule.C1Scheduler.ShouldSerializeEmptyGroupName">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShouldSerializeEmptyGroupName.html#C1_WPF_Schedule_C1Scheduler_ShouldSerializeEmptyGroupName">ShouldSerializeEmptyGroupName()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShouldSerializeEnd" data-uid="C1.WPF.Schedule.C1Scheduler.ShouldSerializeEnd">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShouldSerializeEnd.html#C1_WPF_Schedule_C1Scheduler_ShouldSerializeEnd">ShouldSerializeEnd()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShouldSerializeNextAppointmentText" data-uid="C1.WPF.Schedule.C1Scheduler.ShouldSerializeNextAppointmentText">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShouldSerializeNextAppointmentText.html#C1_WPF_Schedule_C1Scheduler_ShouldSerializeNextAppointmentText">ShouldSerializeNextAppointmentText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShouldSerializePreviousAppointmentText" data-uid="C1.WPF.Schedule.C1Scheduler.ShouldSerializePreviousAppointmentText">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShouldSerializePreviousAppointmentText.html#C1_WPF_Schedule_C1Scheduler_ShouldSerializePreviousAppointmentText">ShouldSerializePreviousAppointmentText()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ShouldSerializeStart" data-uid="C1.WPF.Schedule.C1Scheduler.ShouldSerializeStart">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ShouldSerializeStart.html#C1_WPF_Schedule_C1Scheduler_ShouldSerializeStart">ShouldSerializeStart()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1Scheduler_AppointmentAdded" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentAdded">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentAdded.html">AppointmentAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an <span class="xref">C1.Schedule.Appointment</span> object is added.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentChanged" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentChanged.html">AppointmentChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an <span class="xref">C1.Schedule.Appointment</span> object is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentCustomAction" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentCustomAction">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentCustomAction.html">AppointmentCustomAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately before a custom action of an <span class="xref">C1.Schedule.Appointment</span> object executes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentDeleted" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentDeleted">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentDeleted.html">AppointmentDeleted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an <span class="xref">C1.Schedule.Appointment</span> object is deleted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_AppointmentRecurrenceStateChanged" data-uid="C1.WPF.Schedule.C1Scheduler.AppointmentRecurrenceStateChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.AppointmentRecurrenceStateChanged.html">AppointmentRecurrenceStateChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <span class="xref">C1.Schedule.Appointment.RecurrenceState</span> property of
an <span class="xref">C1.Schedule.Appointment</span> object is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeAppointmentDrop" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentDrop">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentDrop.html">BeforeAppointmentDrop</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an <span class="xref">C1.Schedule.Appointment</span> object is dropped by end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeAppointmentResize" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentResize">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentResize.html">BeforeAppointmentResize</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an <span class="xref">C1.Schedule.Appointment</span> object is resized by end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeAppointmentSave" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentSave">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeAppointmentSave.html">BeforeAppointmentSave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an <span class="xref">C1.Schedule.Appointment</span> is saved by end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_BeforeViewChange" data-uid="C1.WPF.Schedule.C1Scheduler.BeforeViewChange">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.BeforeViewChange.html">BeforeViewChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately before the next actions:</p>
<ul><li><span class="term"></span>When range of visible dates 
is changed by the associated calendar control.</li><li><span class="term"></span>When view type is changed by the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ViewType.html#C1_WPF_Schedule_C1Scheduler_ViewType">ViewType</a> property change.</li><li><span class="term"></span>When range of visible dates and(or) 
view type is changed by the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> commands.
</li></ul>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_DataSourceItemSynchronized" data-uid="C1.WPF.Schedule.C1Scheduler.DataSourceItemSynchronized">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DataSourceItemSynchronized.html">DataSourceItemSynchronized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when changes made to one of the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DataStorage.html#C1_WPF_Schedule_C1Scheduler_DataStorage">DataStorage</a> collections
(for example, to <span class="xref">C1.Schedule.AppointmentStorage.Appointments</span>)
has been fully reflected in the storage underlying data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_EndChanged" data-uid="C1.WPF.Schedule.C1Scheduler.EndChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EndChanged.html">EndChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.End.html#C1_WPF_Schedule_C1Scheduler_End">End</a> property value has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderAdded" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderAdded">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderAdded.html">ReminderAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a <span class="xref">C1.Schedule.Reminder</span> object is added.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderChanged" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderChanged.html">ReminderChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a <span class="xref">C1.Schedule.Reminder</span> object is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderFire" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderFire">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderFire.html">ReminderFire</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a reminder set on an appointment fires, before the
Reminders dialog will be shown on a screen or activated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderRemoved" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderRemoved">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderRemoved.html">ReminderRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <span class="xref">C1.Schedule.Reminder</span> object is removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_ReminderSnooze" data-uid="C1.WPF.Schedule.C1Scheduler.ReminderSnooze">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.ReminderSnooze.html">ReminderSnooze</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <span class="xref">C1.Schedule.Reminder</span> object is snoozed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedAppointmentChanged" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedAppointmentChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedAppointmentChanged.html">SelectedAppointmentChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedAppointment.html#C1_WPF_Schedule_C1Scheduler_SelectedAppointment">SelectedAppointment</a> property value has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_SelectedDateTimeChanged" data-uid="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTimeChanged.html">SelectedDateTimeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.SelectedDateTime.html#C1_WPF_Schedule_C1Scheduler_SelectedDateTime">SelectedDateTime</a> property value has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_StartChanged" data-uid="C1.WPF.Schedule.C1Scheduler.StartChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StartChanged.html">StartChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.Start.html#C1_WPF_Schedule_C1Scheduler_Start">Start</a> property value has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_StyleChanged" data-uid="C1.WPF.Schedule.C1Scheduler.StyleChanged">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.StyleChanged.html">StyleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs immediately after the control style has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserAddingAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.UserAddingAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserAddingAppointment.html">UserAddingAppointment</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the Edit Appointment dialog appears on the screen as a result of:</p>
<ul><li>
a double-click on the control area in one of the default control views,
</li><li>
the NewAppointmentDialog method call, 
</li><li>
a <a class="xref" href="C1.WPF.Schedule.C1Scheduler.NewAppointmentDialogCommand.html">NewAppointmentDialogCommand</a> command.
</li></ul>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserClosingAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.UserClosingAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserClosingAppointment.html">UserClosingAppointment</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when user closes Edit Appointment dialog without saving.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserDeletingAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.UserDeletingAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserDeletingAppointment.html">UserDeletingAppointment</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the currently selected <span class="xref">C1.Schedule.Appointment</span> is deleted by a user
or as a result of the DeleteAppointment method call
or receiving the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.DeleteAppointmentCommand.html">DeleteAppointmentCommand</a> command.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_C1Scheduler_UserEditingAppointment" data-uid="C1.WPF.Schedule.C1Scheduler.UserEditingAppointment">
          <a class="xref" href="C1.WPF.Schedule.C1Scheduler.UserEditingAppointment.html">UserEditingAppointment</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the Edit Appointment dialog appears on the screen for editing
of an existing appointment, as a result of a double-click on the appointment
in one of the default control views, the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialog.html#C1_WPF_Schedule_C1Scheduler_EditAppointmentDialog_C1_Schedule_Appointment_">EditAppointmentDialog(Appointment)</a> method call,
or when an <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditAppointmentDialogCommand.html">EditAppointmentDialogCommand</a> command is received.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
