# C1.Web.Mvc.Olap.Fluent.SlicerBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Olap_Fluent_SlicerBuilder" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder" class="text-break">SlicerBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.Olap.Slicer.html">Slicer</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.Olap.Slicer.html">Slicer</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.html">SlicerBuilder</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.Olap.Slicer.html">Slicer</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.html">SlicerBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="../C1.AspNetCore.Mvc/C1.Web.Mvc.Fluent.ControlBuilder-2.html">ControlBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Olap.Slicer.html">Slicer</a>, <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.html">SlicerBuilder</a>&gt;</div>
    <div class="level5"><span class="xref">SlicerBuilder</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.Olap.Fluent.html">C1.Web.Mvc.Olap.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_Fluent_SlicerBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SlicerBuilder : ControlBuilder&lt;Slicer, SlicerBuilder&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SlicerBuilder
    Inherits ControlBuilder(Of Slicer, SlicerBuilder)
    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_Olap_Fluent_SlicerBuilder__ctor_C1_Web_Mvc_Olap_Slicer_" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.#ctor(C1.Web.Mvc.Olap.Slicer)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.-ctor.html#C1_Web_Mvc_Olap_Fluent_SlicerBuilder__ctor_C1_Web_Mvc_Olap_Slicer_">SlicerBuilder(Slicer)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.html">SlicerBuilder</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_Olap_Fluent_SlicerBuilder_Field_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.Field(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.Field.html#C1_Web_Mvc_Olap_Fluent_SlicerBuilder_Field_System_String_">Field(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.Slicer.Field.html#C1_Web_Mvc_Olap_Slicer_Field">Field</a>.
Sets the @see:PivotField being filtered by this @see:Slicer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_SlicerBuilder_Header_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.Header(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.Header.html#C1_Web_Mvc_Olap_Fluent_SlicerBuilder_Header_System_String_">Header(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.Slicer.Header.html#C1_Web_Mvc_Olap_Slicer_Header">Header</a>.
Sets the header string shown at the top of the @see:Slicer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_SlicerBuilder_MultiSelect_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.MultiSelect(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.MultiSelect.html#C1_Web_Mvc_Olap_Fluent_SlicerBuilder_MultiSelect_System_Boolean_">MultiSelect(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.Slicer.MultiSelect.html#C1_Web_Mvc_Olap_Slicer_MultiSelect">MultiSelect</a>.
Sets a value that determines whether users should be allowed to select multiple values from the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_SlicerBuilder_PivotEngineId_System_String_" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.PivotEngineId(System.String)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.PivotEngineId.html#C1_Web_Mvc_Olap_Fluent_SlicerBuilder_PivotEngineId_System_String_">PivotEngineId(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.Slicer.PivotEngineId.html#C1_Web_Mvc_Olap_Slicer_PivotEngineId">PivotEngineId</a>.
The Id of PivotEngine</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_SlicerBuilder_ShowCheckboxes_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.ShowCheckboxes(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.ShowCheckboxes.html#C1_Web_Mvc_Olap_Fluent_SlicerBuilder_ShowCheckboxes_System_Boolean_">ShowCheckboxes(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.Slicer.ShowCheckboxes.html#C1_Web_Mvc_Olap_Slicer_ShowCheckboxes">ShowCheckboxes</a>.
Sets a value indicating whether the control displays checkboxes next to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_Fluent_SlicerBuilder_ShowHeader_System_Boolean_" data-uid="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.ShowHeader(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Olap.Fluent.SlicerBuilder.ShowHeader.html#C1_Web_Mvc_Olap_Fluent_SlicerBuilder_ShowHeader_System_Boolean_">ShowHeader(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.Olap.Slicer.ShowHeader.html#C1_Web_Mvc_Olap_Slicer_ShowHeader">ShowHeader</a>.
Sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
