# C1.Win.FlexGrid.ComboBoxEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_ComboBoxEditor" data-uid="C1.Win.FlexGrid.ComboBoxEditor" class="text-break">ComboBoxEditor Class
</h1>
  <div class="markdown level0 summary"><p>Helper class that provides information about a currently active ComboBox editor.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ComboBoxEditor</span></div>
  </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_ComboBoxEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxEditor</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexGrid_ComboBoxEditor_Items" data-uid="C1.Win.FlexGrid.ComboBoxEditor.Items">
          <a class="xref" href="C1.Win.FlexGrid.ComboBoxEditor.Items.html#C1_Win_FlexGrid_ComboBoxEditor_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items in the currently active ComboBox editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ComboBoxEditor_SelectedIndex" data-uid="C1.Win.FlexGrid.ComboBoxEditor.SelectedIndex">
          <a class="xref" href="C1.Win.FlexGrid.ComboBoxEditor.SelectedIndex.html#C1_Win_FlexGrid_ComboBoxEditor_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected index in the currently active ComboBox editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ComboBoxEditor_SelectedItem" data-uid="C1.Win.FlexGrid.ComboBoxEditor.SelectedItem">
          <a class="xref" href="C1.Win.FlexGrid.ComboBoxEditor.SelectedItem.html#C1_Win_FlexGrid_ComboBoxEditor_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected item in the currently active ComboBox editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ComboBoxEditor_SelectedKey" data-uid="C1.Win.FlexGrid.ComboBoxEditor.SelectedKey">
          <a class="xref" href="C1.Win.FlexGrid.ComboBoxEditor.SelectedKey.html#C1_Win_FlexGrid_ComboBoxEditor_SelectedKey">SelectedKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the key that corresponds to the selected item in the currently
active ComboBox editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
