# C1.Win.Schedule.EditOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Schedule_EditOptions" data-uid="C1.Win.Schedule.EditOptions" class="text-break">EditOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the set of edit options available to the end-user.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Schedule.html">C1.Win.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Schedule.10.dll</h6>
  <h5 id="C1_Win_Schedule_EditOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum EditOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum EditOptions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_All">All</td>
        <td><p>Allows all edit operations. It is the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_AllowAppointmentCreate">AllowAppointmentCreate</td>
        <td><p>Allows creating of new appointments by an end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_AllowAppointmentDelete">AllowAppointmentDelete</td>
        <td><p>Allows deleting of an appointment by an end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_AllowAppointmentEdit">AllowAppointmentEdit</td>
        <td><p>Allows editing of an appointment by an end-user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_AllowDrag">AllowDrag</td>
        <td><p>Allows dragging and resizing operations for an appointment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_AllowInplaceEdit">AllowInplaceEdit</td>
        <td><p>Allows activation of an in-place editor for an appointment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_AllowKeyboardDrag">AllowKeyboardDrag</td>
        <td><p>Allows dragging selected appointment with arrow keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Schedule_EditOptions_None">None</td>
        <td><p>None of edit options are available to the end-user.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
