# C1.Win.FlexGrid.EditFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_EditFlags" data-uid="C1.Win.FlexGrid.EditFlags" class="text-break">EditFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies options that customize the grid's editing behavior.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_EditFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum EditFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum EditFlags</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_FlexGrid_EditFlags_All">All</td>
        <td><p>All of the above.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_AutoSearch">AutoSearch</td>
        <td><p>Search for entries in lists as the user types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_CycleOnDoubleClick">CycleOnDoubleClick</td>
        <td><p>Cycle to the next item on the list when the user double-clicks a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_DelayedCommit">DelayedCommit</td>
        <td><p>Commit changes to data source only when changing rows or moving focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_EditOnRequest">EditOnRequest</td>
        <td><p>Enter edit mode only in response to mouse or keyboard events. Setting this
flag to false causes the grid to enter edit mode when the control gets the
focus or when the user moves the cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_ExitOnLeftRightKeys">ExitOnLeftRightKeys</td>
        <td><p>Exit editor if user presses the right arrow key at the end of the content
or the left arrow key at the start of the content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_MultiCheck">MultiCheck</td>
        <td><p>Check and uncheck all check boxes in a selection simultaneously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_None">None</td>
        <td><p>No special behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_EditFlags_UseNumericEditor">UseNumericEditor</td>
        <td><p>Use built-in numeric editor when editing numeric types.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
