# C1.Win.Command.C1CommandMenu.ShowVerticalSeparator

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_C1CommandMenu_ShowVerticalSeparator_" data-uid="C1.Win.Command.C1CommandMenu.ShowVerticalSeparator*">ShowVerticalSeparator Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_C1CommandMenu_ShowVerticalSeparator_" data-uid="C1.Win.Command.C1CommandMenu.ShowVerticalSeparator*"></a>
<h4 id="C1_Win_Command_C1CommandMenu_ShowVerticalSeparator" data-uid="C1.Win.Command.C1CommandMenu.ShowVerticalSeparator">ShowVerticalSeparator</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the control should show vertical separator line between C1CommandLink's image or check icon and text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;C1CommandMenu.ShowVerticalSeparator&quot;, &quot;A value indicating whether the control should show vertical separator line between C1CommandLink&#39;s image or check icon and text.&quot;)]
public bool ShowVerticalSeparator { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;C1CommandMenu.ShowVerticalSeparator&quot;, &quot;A value indicating whether the control should show vertical separator line between C1CommandLink&#39;s image or check icon and text.&quot;)&gt;
Public Property ShowVerticalSeparator As Boolean</code></pre>
</div>
<h5 id="C1_Win_Command_C1CommandMenu_ShowVerticalSeparator_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Vertical separator line will be shown or hidden for all C1CommandMenu's C1CommandLinks at the same time.</p>
</div>
</div>
