# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckedItems

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckedItems_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckedItems*">CheckedItems Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckedItems_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckedItems*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcComboBox_CheckedItems" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.CheckedItems">CheckedItems</h4>
<div class="markdown level1 summary"><p>Gets the all <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.html">ListItem</a>s whose <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListItem.IsChecked.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_ListItem_IsChecked">IsChecked</a> property is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>. This is a read only dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ReadOnlyObservableCollection&lt;object&gt; CheckedItems { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property CheckedItems As ReadOnlyObservableCollection(Of Object)</code></pre>
</div>
</div>
