# C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialog

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceDialog_" data-uid="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialog*">EditRecurrenceDialog Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceDialog_" data-uid="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialog*"></a>
<h4 id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceDialog_C1_Schedule_Appointment_" data-uid="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialog(C1.Schedule.Appointment)">EditRecurrenceDialog(Appointment)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void EditRecurrenceDialog(Appointment appointment)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub EditRecurrenceDialog(appointment As Appointment)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Appointment</span></td>
      <td><span class="parametername">appointment</span></td>
      <td><pre><code>&lt;xref href=&quot;C1.Schedule.Appointment&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; whose &lt;xref href=&quot;C1.Schedule.RecurrencePattern&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; will be edited
</code></pre>
<p>in the dialog.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_WPF_Schedule_C1Scheduler_EditRecurrenceDialog_C1_Schedule_Appointment__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This methods implements the <a class="xref" href="C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialogCommand.html">EditRecurrenceDialogCommand</a> command.</p>
</div>
</div>
