# C1.Win.C1Editor.List.Action

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Editor_List_Action" data-uid="C1.Win.C1Editor.List.Action" class="text-break">List.Action Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the action to perform on the list.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Editor.html">C1.Win.C1Editor</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Editor.4.8.dll</h6>
  <h5 id="C1_Win_C1Editor_List_Action_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum List.Action</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum List.Action</code></pre>
  </div>
  <h5 id="C1_Win_C1Editor_List_Action_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use this when you call the <a class="xref" href="C1.Win.C1Editor.List.CanExecute.html#C1_Win_C1Editor_List_CanExecute_C1_Win_C1Editor_List_Action_">CanExecute(Action)</a> method or the <a class="xref" href="C1.Win.C1Editor.List.Execute.html#C1_Win_C1Editor_List_Execute_C1_Win_C1Editor_List_Action_">Execute(Action)</a> method to specify
what action to execute.</p>
</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_C1Editor_List_Action_ContinueNumbering">ContinueNumbering</td>
        <td><p>Continue numbering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_List_Action_DecreaseLevel">DecreaseLevel</td>
        <td><p>Decrease level of the selected list items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_List_Action_IncreaseLevel">IncreaseLevel</td>
        <td><p>Increase level of the selected list items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Editor_List_Action_RestartNumbering">RestartNumbering</td>
        <td><p>Restart numbering.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
