# C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_Fluent_FormulaBarBuilder" data-uid="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder" class="text-break">FormulaBarBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.html">FormulaBar</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.AspNetCore.Mvc/C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.html">FormulaBar</a>, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.html">FormulaBarBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.html">FormulaBar</a>, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.html">FormulaBarBuilder</a>&gt;</div>
    <div class="level4"><span class="xref">ExtenderBuilder</span>&lt;<a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.html">FormulaBar</a>, <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.html">FormulaBarBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">FormulaBarBuilder</span></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.Sheet.Fluent.html">C1.Web.Mvc.Sheet.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_Fluent_FormulaBarBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormulaBarBuilder : ExtenderBuilder&lt;FormulaBar, FormulaBarBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormulaBarBuilder
    Inherits ExtenderBuilder(Of FormulaBar, FormulaBarBuilder)
    Implements IHtmlContent</code></pre>
  </div>
  <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_Sheet_Fluent_FormulaBarBuilder__ctor_C1_Web_Mvc_Sheet_FormulaBar_" data-uid="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.#ctor(C1.Web.Mvc.Sheet.FormulaBar)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.-ctor.html#C1_Web_Mvc_Sheet_Fluent_FormulaBarBuilder__ctor_C1_Web_Mvc_Sheet_FormulaBar_">FormulaBarBuilder(FormulaBar)</a>
        </td>
        <td class="markdown level1 summary"><p>Create one FormulaBarBuilder instance.</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_Sheet_Fluent_FormulaBarBuilder_IsDisabled_System_Boolean_" data-uid="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.IsDisabled(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.IsDisabled.html#C1_Web_Mvc_Sheet_Fluent_FormulaBarBuilder_IsDisabled_System_Boolean_">IsDisabled(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.IsDisabled.html#C1_Web_Mvc_Sheet_FormulaBar_IsDisabled">IsDisabled</a>.
Sets a value that determines whether the control is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_Fluent_FormulaBarBuilder_Selector_System_String_" data-uid="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.Selector(System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.Fluent.FormulaBarBuilder.Selector.html#C1_Web_Mvc_Sheet_Fluent_FormulaBarBuilder_Selector_System_String_">Selector(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.Selector.html#C1_Web_Mvc_Sheet_FormulaBar_Selector">Selector</a>.
Sets a value which specifies the selector.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
