# C1.WPF.Pivot.FilterItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_FilterItem" data-uid="C1.WPF.Pivot.FilterItem" class="text-break">FilterItem Class
</h1>
  <div class="markdown level0 summary"><p>Wrapper used as a binding wrapper for filter items displayed in the
editor list box.</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">FilterItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_FilterItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterItem : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterItem
    Implements INotifyPropertyChanged</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_WPF_Pivot_FilterItem__ctor_System_String_System_Boolean_" data-uid="C1.WPF.Pivot.FilterItem.#ctor(System.String,System.Boolean)">
          <a class="xref" href="C1.WPF.Pivot.FilterItem.-ctor.html#C1_WPF_Pivot_FilterItem__ctor_System_String_System_Boolean_">FilterItem(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Pivot.FilterItem.html">FilterItem</a>.</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_WPF_Pivot_FilterItem_Key" data-uid="C1.WPF.Pivot.FilterItem.Key">
          <a class="xref" href="C1.WPF.Pivot.FilterItem.Key.html#C1_WPF_Pivot_FilterItem_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_FilterItem_Value" data-uid="C1.WPF.Pivot.FilterItem.Value">
          <a class="xref" href="C1.WPF.Pivot.FilterItem.Value.html#C1_WPF_Pivot_FilterItem_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether this item should
be accepted by the filter.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_FilterItem_PropertyChanged" data-uid="C1.WPF.Pivot.FilterItem.PropertyChanged">
          <a class="xref" href="C1.WPF.Pivot.FilterItem.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of a property changes (required for binding).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
