# C1.Web.Mvc.Sheet.FormulaBar

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Sheet_FormulaBar" data-uid="C1.Web.Mvc.Sheet.FormulaBar" class="text-break">FormulaBar Class
</h1>
  <div class="markdown level0 summary"><p>Define an extender used to set the formula bar.</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"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><span class="xref">Extender</span></div>
    <div class="level3"><span class="xref">FormulaBar</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.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_FormulaBar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FormulaBar : Extender, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FormulaBar
    Inherits Extender
    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_FormulaBar__ctor_C1_Web_Mvc_Sheet_FlexSheet_System_String_" data-uid="C1.Web.Mvc.Sheet.FormulaBar.#ctor(C1.Web.Mvc.Sheet.FlexSheet,System.String)">
          <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.-ctor.html#C1_Web_Mvc_Sheet_FormulaBar__ctor_C1_Web_Mvc_Sheet_FlexSheet_System_String_">FormulaBar(FlexSheet, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.html">FormulaBar</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_FormulaBar_IsDisabled" data-uid="C1.Web.Mvc.Sheet.FormulaBar.IsDisabled">
          <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.IsDisabled.html#C1_Web_Mvc_Sheet_FormulaBar_IsDisabled">IsDisabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the control is disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_FormulaBar_Selector" data-uid="C1.Web.Mvc.Sheet.FormulaBar.Selector">
          <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.Selector.html#C1_Web_Mvc_Sheet_FormulaBar_Selector">Selector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value which specifies the selector.</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_FormulaBar_RegisterStartupScript_System_IO_TextWriter_" data-uid="C1.Web.Mvc.Sheet.FormulaBar.RegisterStartupScript(System.IO.TextWriter)">
          <a class="xref" href="C1.Web.Mvc.Sheet.FormulaBar.RegisterStartupScript.html#C1_Web_Mvc_Sheet_FormulaBar_RegisterStartupScript_System_IO_TextWriter_">RegisterStartupScript(TextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the extender instance to the writer.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
