# C1.Win.Ribbon.RibbonMenu.LargeItemDropDownWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_RibbonMenu_LargeItemDropDownWidth_" data-uid="C1.Win.Ribbon.RibbonMenu.LargeItemDropDownWidth*">LargeItemDropDownWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_RibbonMenu_LargeItemDropDownWidth_" data-uid="C1.Win.Ribbon.RibbonMenu.LargeItemDropDownWidth*"></a>
<h4 id="C1_Win_Ribbon_RibbonMenu_LargeItemDropDownWidth" data-uid="C1.Win.Ribbon.RibbonMenu.LargeItemDropDownWidth">LargeItemDropDownWidth</h4>
<div class="markdown level1 summary"><p>Gets or sets the width of a drop-down menu with large items if the value is greater than 100.</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;RibbonMenu.LargeItemDropDownWidth&quot;, &quot;Specifies the width of a drop-down menu with large items if the value is greater than 100. Large items (buttons and menus) show the Description text.&quot;)]
public int LargeItemDropDownWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Behavior&quot;)&gt;
&lt;C1Description(&quot;RibbonMenu.LargeItemDropDownWidth&quot;, &quot;Specifies the width of a drop-down menu with large items if the value is greater than 100. Large items (buttons and menus) show the Description text.&quot;)&gt;
Public Property LargeItemDropDownWidth As Integer</code></pre>
</div>
<h5 id="C1_Win_Ribbon_RibbonMenu_LargeItemDropDownWidth_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Small items are displayed in the drop-down menu if this value is less than 100. Large buttons
and menus show the Description text. The value of this property is ignored for elements of
the application menu.</p>
</div>
</div>
