# C1.WPF.Input.ComboBoxItemsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_ComboBoxItemsCollection" data-uid="C1.WPF.Input.ComboBoxItemsCollection" class="text-break">ComboBoxItemsCollection Class
</h1>
  <div class="markdown level0 summary"><p>The collection of C1ComboBoxItem</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">ComboBoxItemsCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_ComboBoxItemsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ComboBoxItemsCollection : C1DataCollectionList&lt;ComboBoxItem&gt;, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ComboBoxItemsCollection
    Inherits C1DataCollectionList(Of ComboBoxItem)
    Implements IList, ICollection, IEnumerable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Input_ComboBoxItemsCollection__ctor_C1_WPF_Input_C1ComboBox_" data-uid="C1.WPF.Input.ComboBoxItemsCollection.#ctor(C1.WPF.Input.C1ComboBox)">
          <a class="xref" href="C1.WPF.Input.ComboBoxItemsCollection.-ctor.html#C1_WPF_Input_ComboBoxItemsCollection__ctor_C1_WPF_Input_C1ComboBox_">ComboBoxItemsCollection(C1ComboBox)</a>
        </td>
        <td class="markdown level1 summary"><p>Default constructor</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_WPF_Input_ComboBoxItemsCollection_DataCollection" data-uid="C1.WPF.Input.ComboBoxItemsCollection.DataCollection">
          <a class="xref" href="C1.WPF.Input.ComboBoxItemsCollection.DataCollection.html#C1_WPF_Input_ComboBoxItemsCollection_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Input_ComboBoxItemsCollection_Add_System_Object_" data-uid="C1.WPF.Input.ComboBoxItemsCollection.Add(System.Object)">
          <a class="xref" href="C1.WPF.Input.ComboBoxItemsCollection.Add.html#C1_WPF_Input_ComboBoxItemsCollection_Add_System_Object_">Add(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Add data object directly</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_ComboBoxItemsCollection_Dispose_System_Boolean_" data-uid="C1.WPF.Input.ComboBoxItemsCollection.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Input.ComboBoxItemsCollection.Dispose.html#C1_WPF_Input_ComboBoxItemsCollection_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
