# C1.WPF.DataFilter.NumericFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_NumericFilter" data-uid="C1.WPF.DataFilter.NumericFilter" class="text-break">NumericFilter Class
</h1>
  <div class="markdown level0 summary"><p>Conditional filter for numeric data type.</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"><a class="xref" href="C1.WPF.DataFilter.ConditionalFilter.html">ConditionalFilter</a></div>
    <div class="level4"><span class="xref">NumericFilter</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.DataFilter.html">C1.WPF.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DataFilter.dll</h6>
  <h5 id="C1_WPF_DataFilter_NumericFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class NumericFilter : ConditionalFilter, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class NumericFilter
    Inherits ConditionalFilter
    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_DataFilter_NumericFilter__ctor" data-uid="C1.WPF.DataFilter.NumericFilter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.NumericFilter.-ctor.html#C1_WPF_DataFilter_NumericFilter__ctor">NumericFilter()</a>
        </td>
        <td class="markdown level1 summary"></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_NumericFilter_Format" data-uid="C1.WPF.DataFilter.NumericFilter.Format">
          <a class="xref" href="C1.WPF.DataFilter.NumericFilter.Format.html#C1_WPF_DataFilter_NumericFilter_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format of numeric text box</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_NumericFilter_Increment" data-uid="C1.WPF.DataFilter.NumericFilter.Increment">
          <a class="xref" href="C1.WPF.DataFilter.NumericFilter.Increment.html#C1_WPF_DataFilter_NumericFilter_Increment">Increment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the the amount to increment/decrement when the user clicks up/down buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_NumericFilter_Maximum" data-uid="C1.WPF.DataFilter.NumericFilter.Maximum">
          <a class="xref" href="C1.WPF.DataFilter.NumericFilter.Maximum.html#C1_WPF_DataFilter_NumericFilter_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_NumericFilter_Minimum" data-uid="C1.WPF.DataFilter.NumericFilter.Minimum">
          <a class="xref" href="C1.WPF.DataFilter.NumericFilter.Minimum.html#C1_WPF_DataFilter_NumericFilter_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_NumericFilter_SupportedFilterOperations" data-uid="C1.WPF.DataFilter.NumericFilter.SupportedFilterOperations">
          <a class="xref" href="C1.WPF.DataFilter.NumericFilter.SupportedFilterOperations.html#C1_WPF_DataFilter_NumericFilter_SupportedFilterOperations">SupportedFilterOperations</a>
        </td>
        <td class="markdown level1 summary"><p>List of supported <span class="xref">C1.DataCollection.FilterOperation</span>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
