# C1.WPF.FlexGrid.FlexSheetEditOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_FlexSheetEditOptions" data-uid="C1.WPF.FlexGrid.FlexSheetEditOptions" class="text-break">FlexSheetEditOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies constants that define edit option.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexSheet.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_FlexSheetEditOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FlexSheetEditOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FlexSheetEditOptions</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_WPF_FlexGrid_FlexSheetEditOptions_All">All</td>
        <td><p>Show all of edit option contextMenus and allow drag sheet tabs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FlexSheetEditOptions_AllowDrag">AllowDrag</td>
        <td><p>Allow drag the sheet tabs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FlexSheetEditOptions_Delete">Delete</td>
        <td><p>Show contextMenu that delete a selected sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FlexSheetEditOptions_Hide">Hide</td>
        <td><p>Show contextMenu that hide a selected sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FlexSheetEditOptions_Insert">Insert</td>
        <td><p>Show contextMenu that insert a new sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FlexSheetEditOptions_None">None</td>
        <td><p>Not show contextMenu of FlexSheet tabs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FlexSheetEditOptions_Rename">Rename</td>
        <td><p>Show contextMenu that rename a selected sheet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FlexSheetEditOptions_Unhide">Unhide</td>
        <td><p>Show contextMenu that unhide all of hidden sheet.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
