# C1.Win.C1Input.ComboItemMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_ComboItemMode" data-uid="C1.Win.C1Input.ComboItemMode" class="text-break">ComboItemMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the visual representation of combo box items is building.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_ComboItemMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ComboItemMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ComboItemMode</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_C1Input_ComboItemMode_Default">Default</td>
        <td><p>C1ComboBox displays text of combo box item in the drop drown list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboItemMode_Html">Html</td>
        <td><p>Each combo box item is fragment of HTML. <a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a> parses the HTML fragment and displays it as the drop down items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_ComboItemMode_HtmlPattern">HtmlPattern</td>
        <td><p>Each combo box item is fragment of HTML defined by <a class="xref" href="C1.Win.C1Input.C1ComboBox.HtmlPattern.html#C1_Win_C1Input_C1ComboBox_HtmlPattern">HtmlPattern</a> property.
<a class="xref" href="C1.Win.C1Input.C1ComboBox.html">C1ComboBox</a> parses the HTML pattern and replaces any of &quot;{FieldName}&quot; entires with the combo box item field value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
