# C1.WPF.Schedule.EditAppointmentControl

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_EditAppointmentControl" data-uid="C1.WPF.Schedule.EditAppointmentControl" class="text-break">EditAppointmentControl Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.html">EditAppointmentControl</a> control allows editing of all appointment properties.</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.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level8"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.usercontrol">UserControl</a></div>
    <div class="level9"><span class="xref">EditAppointmentControl</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.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.icomponentconnector">IComponentConnector</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_EditAppointmentControl_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EditAppointmentControl : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EditAppointmentControl
    Inherits UserControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector</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_EditAppointmentControl__ctor" data-uid="C1.WPF.Schedule.EditAppointmentControl.#ctor">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.-ctor.html#C1_WPF_Schedule_EditAppointmentControl__ctor">EditAppointmentControl()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the new instance of the <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.html">EditAppointmentControl</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_EditAppointmentControl_PatternDescriptionProperty" data-uid="C1.WPF.Schedule.EditAppointmentControl.PatternDescriptionProperty">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.PatternDescriptionProperty.html">PatternDescriptionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.PatternDescription.html#C1_WPF_Schedule_EditAppointmentControl_PatternDescription">PatternDescription</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_EditAppointmentControl_Appointment" data-uid="C1.WPF.Schedule.EditAppointmentControl.Appointment">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.Appointment.html#C1_WPF_Schedule_EditAppointmentControl_Appointment">Appointment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.Appointment.html#C1_WPF_Schedule_EditAppointmentControl_Appointment">Appointment</a> object representing current DataContext.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_EditAppointmentControl_Header" data-uid="C1.WPF.Schedule.EditAppointmentControl.Header">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.Header.html#C1_WPF_Schedule_EditAppointmentControl_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value which can be used as an Appointment window header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_EditAppointmentControl_PatternDescription" data-uid="C1.WPF.Schedule.EditAppointmentControl.PatternDescription">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.PatternDescription.html#C1_WPF_Schedule_EditAppointmentControl_PatternDescription">PatternDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets recurrence pattern description.</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_EditAppointmentControl_InitializeComponent" data-uid="C1.WPF.Schedule.EditAppointmentControl.InitializeComponent">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.InitializeComponent.html#C1_WPF_Schedule_EditAppointmentControl_InitializeComponent">InitializeComponent()</a>
        </td>
        <td class="markdown level1 summary"><p>InitializeComponent</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_EditAppointmentControl_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.Schedule.EditAppointmentControl.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.OnGotFocus.html#C1_WPF_Schedule_EditAppointmentControl_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_EditAppointmentControl_OnMouseEnter_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Schedule.EditAppointmentControl.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.OnMouseEnter.html#C1_WPF_Schedule_EditAppointmentControl_OnMouseEnter_System_Windows_Input_MouseEventArgs_">OnMouseEnter(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_EditAppointmentControl_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="C1.WPF.Schedule.EditAppointmentControl.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.OnMouseWheel.html#C1_WPF_Schedule_EditAppointmentControl_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_EditAppointmentControl_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Schedule.EditAppointmentControl.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Schedule.EditAppointmentControl.OnPreviewKeyDown.html#C1_WPF_Schedule_EditAppointmentControl_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_">OnPreviewKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
