# C1.Web.Mvc.Fluent.MenuBaseBuilder-3

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3" class="text-break">MenuBaseBuilder&lt;T, TControl, TBuilder&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.MenuBase-1.html">MenuBase&lt;T&gt;</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;TControl, TBuilder&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.ItemsBoundControlBuilder-3.html">ItemsBoundControlBuilder</a>&lt;T, TControl, TBuilder&gt;</div>
    <div class="level6"><a class="xref" href="C1.Web.Mvc.Fluent.DropDownBuilder-3.html">DropDownBuilder</a>&lt;T, TControl, TBuilder&gt;</div>
    <div class="level7"><a class="xref" href="C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.html">ComboBoxBaseBuilder</a>&lt;T, TControl, TBuilder&gt;</div>
    <div class="level8"><span class="xref">MenuBaseBuilder&lt;T, TControl, TBuilder&gt;</span></div>
      <div class="level9"><a class="xref" href="C1.Web.Mvc.Fluent.MenuBuilder.html">MenuBuilder</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class MenuBaseBuilder&lt;T, TControl, TBuilder&gt; : ComboBoxBaseBuilder&lt;T, TControl, TBuilder&gt;, IHtmlContent where TControl : MenuBase&lt;T&gt; where TBuilder : MenuBaseBuilder&lt;T, TControl, TBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class MenuBaseBuilder(Of T, TControl As MenuBase(Of T), TBuilder As MenuBaseBuilder(Of T, TControl, TBuilder))
    Inherits ComboBoxBaseBuilder(Of T, TControl, TBuilder)
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TControl</span></td>
        <td></td>
      </tr>
      <tr>
        <td><span class="parametername">TBuilder</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3__ctor__1_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.#ctor(`1)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.-ctor.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3__ctor__1_">MenuBaseBuilder(TControl)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.html">MenuBaseBuilder&lt;T, TControl, TBuilder&gt;</a> instance to configurate <code class="paramref">component</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_AriaLabel_System_String_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.AriaLabel(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.AriaLabel.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_AriaLabel_System_String_">AriaLabel(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.AriaLabel.html#C1_Web_Mvc_MenuBase_1_AriaLabel">AriaLabel</a>.
Sets the  aria label property of the menu element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_AutoSelectOnFocus_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.AutoSelectOnFocus(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.AutoSelectOnFocus.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_AutoSelectOnFocus_System_Boolean_">AutoSelectOnFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.AutoSelectOnFocus.html#C1_Web_Mvc_MenuBase_1_AutoSelectOnFocus">AutoSelectOnFocus</a>.
Sets a value that determines whether the first enabled item is automatically focused/selected in the menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_CloseOnLeave_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.CloseOnLeave(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.CloseOnLeave.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_CloseOnLeave_System_Boolean_">CloseOnLeave(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.CloseOnLeave.html#C1_Web_Mvc_MenuBase_1_CloseOnLeave">CloseOnLeave</a>.
Sets a value that determines whether the menu should close automatically when the mouse leave the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_Command_System_Action_C1_Web_Mvc_Fluent_MenuCommandBuilder__" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.Command(System.Action{C1.Web.Mvc.Fluent.MenuCommandBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.Command.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_Command_System_Action_C1_Web_Mvc_Fluent_MenuCommandBuilder__">Command(Action&lt;MenuCommandBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.Command.html#C1_Web_Mvc_MenuBase_1_Command">Command</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_CommandParameterPath_System_String_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.CommandParameterPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.CommandParameterPath.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_CommandParameterPath_System_String_">CommandParameterPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.CommandParameterPath.html#C1_Web_Mvc_MenuBase_1_CommandParameterPath">CommandParameterPath</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_CommandPath_System_String_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.CommandPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.CommandPath.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_CommandPath_System_String_">CommandPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.CommandPath.html#C1_Web_Mvc_MenuBase_1_CommandPath">CommandPath</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_Header_System_String_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.Header.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.Header.html#C1_Web_Mvc_MenuBase_1_Header">Header</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_IsButton_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.IsButton(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.IsButton.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_IsButton_System_Boolean_">IsButton(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.IsButton.html#C1_Web_Mvc_MenuBase_1_IsButton">IsButton</a>.
Sets a value that determines whether menu should act as a split button instead of a regular menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_OnClientItemClicked_System_String_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.OnClientItemClicked(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.OnClientItemClicked.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_OnClientItemClicked_System_String_">OnClientItemClicked(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.MenuBase-1.OnClientItemClicked.html#C1_Web_Mvc_MenuBase_1_OnClientItemClicked">OnClientItemClicked</a> client event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_OpenOnHover_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.OpenOnHover(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.OpenOnHover.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_OpenOnHover_System_Boolean_">OpenOnHover(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.OpenOnHover.html#C1_Web_Mvc_MenuBase_1_OpenOnHover">OpenOnHover</a>.
Gets or sets a value that determines whether the menu should open and close automatically when the mouse hovers over the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_Owner_System_String_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.Owner(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.Owner.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_Owner_System_String_">Owner(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.Owner.html#C1_Web_Mvc_MenuBase_1_Owner">Owner</a>.
Sets the selector string of the element that owns this menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_MenuBaseBuilder_3_SubItemsPath_System_String_" data-uid="C1.Web.Mvc.Fluent.MenuBaseBuilder`3.SubItemsPath(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.MenuBaseBuilder-3.SubItemsPath.html#C1_Web_Mvc_Fluent_MenuBaseBuilder_3_SubItemsPath_System_String_">SubItemsPath(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.MenuBase-1.SubItemsPath.html#C1_Web_Mvc_MenuBase_1_SubItemsPath">SubItemsPath</a>.
Sets the name of the property that contains an array with items to be displayed in a sub-menu.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
