# C1.C1Preview.RenderInputComboBox.Items

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderInputComboBox_Items_" data-uid="C1.C1Preview.RenderInputComboBox.Items*">Items Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderInputComboBox_Items_" data-uid="C1.C1Preview.RenderInputComboBox.Items*"></a>
<h4 id="C1_C1Preview_RenderInputComboBox_Items" data-uid="C1.C1Preview.RenderInputComboBox.Items">Items</h4>
<div class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.C1Preview.RenderInputComboBoxItem.html">RenderInputComboBoxItem</a> objects
representing the items in the combobox dropdown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1TypeSerialization(C1TypeSerializationEnum.Content)]
public RenderInputComboBoxItemCollection Items { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1TypeSerialization(C1TypeSerializationEnum.Content)&gt;
Public ReadOnly Property Items As RenderInputComboBoxItemCollection</code></pre>
</div>
<h5 id="C1_C1Preview_RenderInputComboBox_Items_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method always returns a non-<b>null</b> <a class="xref" href="C1.C1Preview.RenderInputComboBoxItemCollection.html">RenderInputComboBoxItemCollection</a>,
initializing it if it did not exist.
To test whether a combobox already contains items
without creating the <a class="xref" href="C1.C1Preview.RenderInputComboBox.Items.html#C1_C1Preview_RenderInputComboBox_Items">Items</a> collection,
use the <a class="xref" href="C1.C1Preview.RenderInputComboBox.HasItems.html#C1_C1Preview_RenderInputComboBox_HasItems">HasItems</a> property.</p>
</div>
</div>
