# C1.Win.Command.C1MainMenu.HideFirstDelimiter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Command_C1MainMenu_HideFirstDelimiter_" data-uid="C1.Win.Command.C1MainMenu.HideFirstDelimiter*">HideFirstDelimiter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Command_C1MainMenu_HideFirstDelimiter_" data-uid="C1.Win.Command.C1MainMenu.HideFirstDelimiter*"></a>
<h4 id="C1_Win_Command_C1MainMenu_HideFirstDelimiter" data-uid="C1.Win.Command.C1MainMenu.HideFirstDelimiter">HideFirstDelimiter</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the control should hide the first delimiter.</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;C1MainMenu.HideFirstDelimiter&quot;, &quot;Gets or sets a value indicating whether the control should hide the first delimiter.&quot;)]
public bool HideFirstDelimiter { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;C1MainMenu.HideFirstDelimiter&quot;, &quot;Gets or sets a value indicating whether the control should hide the first delimiter.&quot;)&gt;
Public Property HideFirstDelimiter As Boolean</code></pre>
</div>
<h5 id="C1_Win_Command_C1MainMenu_HideFirstDelimiter_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>C1CommandLink.Delimiter property shows a delimiter before a C1CommandLink present at C1MainMenu. The HideFirstDelimiter property hides the delimiter for the first visible C1CommandLink even the Delimiter property of the C1CommandLink is True.</p>
</div>
</div>
