# C1.Win.List.DataModeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_DataModeEnum" data-uid="C1.Win.List.DataModeEnum" class="text-break">DataModeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the normal or additem mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_DataModeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataModeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataModeEnum</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_List_DataModeEnum_AddItem">AddItem</td>
        <td><p>The list portion of the control is populated with data via the AddItem method.
The first item added starts at zero. When in AddItem mode,
the DataSource and DataMember properties are ignored.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_DataModeEnum_Normal">Normal</td>
        <td><p>The control displays data available from its bound DataSource.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
