# C1.WPF.DataFilter.RangeFilterBase-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_RangeFilterBase_1" data-uid="C1.WPF.DataFilter.RangeFilterBase`1" class="text-break">RangeFilterBase&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Base class for range filters.</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.WPF.DataFilter.NotifyPropertyChanged.html">NotifyPropertyChanged</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a></div>
    <div class="level3"><span class="xref">RangeFilterBase&lt;T&gt;</span></div>
      <div class="level4"><a class="xref" href="C1.WPF.DataFilter.DateOnlyRangeFilter.html">DateOnlyRangeFilter</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.DataFilter.DateTimeOffsetRangeFilter.html">DateTimeOffsetRangeFilter</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.DataFilter.DateTimeRangeFilter.html">DateTimeRangeFilter</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.DataFilter.TimeOnlyRangeFilter.html">TimeOnlyRangeFilter</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.DataFilter.TimeSpanRangeFilter.html">TimeSpanRangeFilter</a></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.DataFilter.html">C1.WPF.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DataFilter.dll</h6>
  <h5 id="C1_WPF_DataFilter_RangeFilterBase_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RangeFilterBase&lt;T&gt; : Filter, INotifyPropertyChanged where T : struct, IComparable, IComparable&lt;T&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class RangeFilterBase(Of T As {Structure, IComparable, IComparable(Of T)})
    Inherits Filter
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of data to filter.</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_DataFilter_RangeFilterBase_1_EditorsVisible" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.EditorsVisible">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.EditorsVisible.html#C1_WPF_DataFilter_RangeFilterBase_1_EditorsVisible">EditorsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether show the editors or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_Expression" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.Expression">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.Expression.html#C1_WPF_DataFilter_RangeFilterBase_1_Expression">Expression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the expression of the current filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_LowerValue" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.LowerValue">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.LowerValue.html#C1_WPF_DataFilter_RangeFilterBase_1_LowerValue">LowerValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current lower magnitude of the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_Maximum" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.Maximum">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.Maximum.html#C1_WPF_DataFilter_RangeFilterBase_1_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value of the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_Minimum" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.Minimum">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.Minimum.html#C1_WPF_DataFilter_RangeFilterBase_1_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value of the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_SliderVisible" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.SliderVisible">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.SliderVisible.html#C1_WPF_DataFilter_RangeFilterBase_1_SliderVisible">SliderVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether show the range slider or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_UpperValue" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.UpperValue">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.UpperValue.html#C1_WPF_DataFilter_RangeFilterBase_1_UpperValue">UpperValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current upper magnitude of the range.</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_WPF_DataFilter_RangeFilterBase_1_Reset_System_Boolean_" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.Reset(System.Boolean)">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.Reset.html#C1_WPF_DataFilter_RangeFilterBase_1_Reset_System_Boolean_">Reset(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the filter value to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_SetLowerValue_System_Nullable__0__System_Boolean_" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.SetLowerValue(System.Nullable{`0},System.Boolean)">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.SetLowerValue.html#C1_WPF_DataFilter_RangeFilterBase_1_SetLowerValue_System_Nullable__0__System_Boolean_">SetLowerValue(T?, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a lower value of the filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_RangeFilterBase_1_SetUpperValue_System_Nullable__0__System_Boolean_" data-uid="C1.WPF.DataFilter.RangeFilterBase`1.SetUpperValue(System.Nullable{`0},System.Boolean)">
          <a class="xref" href="C1.WPF.DataFilter.RangeFilterBase-1.SetUpperValue.html#C1_WPF_DataFilter_RangeFilterBase_1_SetUpperValue_System_Nullable__0__System_Boolean_">SetUpperValue(T?, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets a upper value of filter.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
