# C1.Win.Ribbon.RibbonButton.SelectableInListItem

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_RibbonButton_SelectableInListItem_" data-uid="C1.Win.Ribbon.RibbonButton.SelectableInListItem*">SelectableInListItem Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_RibbonButton_SelectableInListItem_" data-uid="C1.Win.Ribbon.RibbonButton.SelectableInListItem*"></a>
<h4 id="C1_Win_Ribbon_RibbonButton_SelectableInListItem" data-uid="C1.Win.Ribbon.RibbonButton.SelectableInListItem">SelectableInListItem</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether this item can be selected in a RibbonListItem.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Behavior&quot;)]
[C1Description(&quot;RibbonButton.SelectableInListItem&quot;, &quot;Gets or sets a value indicating whether this button can be selected in a RibbonListItem.&quot;)]
public bool SelectableInListItem { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;RibbonButton.SelectableInListItem&quot;, &quot;Gets or sets a value indicating whether this button can be selected in a RibbonListItem.&quot;)&gt;
Public Property SelectableInListItem As Boolean</code></pre>
</div>
</div>
