# C1.Win.FlexPivot.C1FlexPivotSlicer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexPivot_C1FlexPivotSlicer" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer" class="text-break">C1FlexPivotSlicer Class
</h1>
  <div class="markdown level0 summary"><p>Provides simple interface to filter a <span class="xref">C1.PivotEngine.PivotField</span>.</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">C1FlexPivotSlicer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="C1.Win.FlexPivot.Design.IFlexPivotDataSource.html">IFlexPivotDataSource</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexPivot.html">C1.Win.FlexPivot</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexPivot.Slicer.4.8.dll</h6>
  <h5 id="C1_Win_FlexPivot_C1FlexPivotSlicer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1FlexPivotSlicer), &quot;C1FlexPivotSlicer.png&quot;)]
public class C1FlexPivotSlicer : XViewHost, ISupportInitialize, IFlexPivotDataSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1FlexPivotSlicer), &quot;C1FlexPivotSlicer.png&quot;)&gt;
Public Class C1FlexPivotSlicer
    Inherits XViewHost
    Implements ISupportInitialize, IFlexPivotDataSource</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_Win_FlexPivot_C1FlexPivotSlicer__ctor" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.#ctor">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.-ctor.html#C1_Win_FlexPivot_C1FlexPivotSlicer__ctor">C1FlexPivotSlicer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.html">C1FlexPivotSlicer</a> class.</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_Win_FlexPivot_C1FlexPivotSlicer_DataSource" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.DataSource">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.DataSource.html#C1_Win_FlexPivot_C1FlexPivotSlicer_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Win.FlexPivot.4.8/C1.Win.FlexPivot.C1FlexPivotPanel.html">C1FlexPivotPanel</a> that provides data for this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_DefaultSize" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.DefaultSize">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.DefaultSize.html#C1_Win_FlexPivot_C1FlexPivotSlicer_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_Field" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.Field">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.Field.html#C1_Win_FlexPivot_C1FlexPivotSlicer_Field">Field</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.PivotEngine.PivotField</span> being filtered by this <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.html">C1FlexPivotSlicer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_FieldName" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.FieldName">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.FieldName.html#C1_Win_FlexPivot_C1FlexPivotSlicer_FieldName">FieldName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.PivotEngine.PivotField.Name</span> being filtered by this <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.html">C1FlexPivotSlicer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_MultiSelect" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.MultiSelect">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.MultiSelect.html#C1_Win_FlexPivot_C1FlexPivotSlicer_MultiSelect">MultiSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether users should be allowed to select multiple values from the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ShowCheckBoxes" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowCheckBoxes">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowCheckBoxes.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ShowCheckBoxes">ShowCheckBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control displays checkboxes next to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ShowClear" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowClear">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowClear.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ShowClear">ShowClear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control displays the Clear button on the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ShowHeader" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowHeader">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowHeader.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ShowHeader">ShowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ShowMultiSelect" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowMultiSelect">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowMultiSelect.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ShowMultiSelect">ShowMultiSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control displays the MultiSelect button on the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ShowSelectAll" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowSelectAll">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowSelectAll.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ShowSelectAll">ShowSelectAll</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the list of control displays select all node.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ShowSort" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowSort">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ShowSort.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ShowSort">ShowSort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control displays the Sort button on the header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_SortOrder" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.SortOrder">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.SortOrder.html#C1_Win_FlexPivot_C1FlexPivotSlicer_SortOrder">SortOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets sort order applied to the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_Styles" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.Styles">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.Styles.html#C1_Win_FlexPivot_C1FlexPivotSlicer_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p><a class="xref" href="C1.Win.FlexPivot.Styles.SlicerStyles.html">SlicerStyles</a> contains display attributes that
determine the appearance of the control on the screen.</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_Win_FlexPivot_C1FlexPivotSlicer_BeginInit" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.BeginInit">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.BeginInit.html#C1_Win_FlexPivot_C1FlexPivotSlicer_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_Dispose_System_Boolean_" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.Dispose.html#C1_Win_FlexPivot_C1FlexPivotSlicer_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_EndInit" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.EndInit">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.EndInit.html#C1_Win_FlexPivot_C1FlexPivotSlicer_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_OnFontChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.OnFontChanged.html#C1_Win_FlexPivot_C1FlexPivotSlicer_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.OnRightToLeftChanged.html#C1_Win_FlexPivot_C1FlexPivotSlicer_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ResetStyles" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ResetStyles">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ResetStyles.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ResetStyles">ResetStyles()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexPivot_C1FlexPivotSlicer_ShouldSerializeStyles" data-uid="C1.Win.FlexPivot.C1FlexPivotSlicer.ShouldSerializeStyles">
          <a class="xref" href="C1.Win.FlexPivot.C1FlexPivotSlicer.ShouldSerializeStyles.html#C1_Win_FlexPivot_C1FlexPivotSlicer_ShouldSerializeStyles">ShouldSerializeStyles()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
