# C1.WPF.DataFilter.DateOnlyRangeFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_DateOnlyRangeFilter" data-uid="C1.WPF.DataFilter.DateOnlyRangeFilter" class="text-break">DateOnlyRangeFilter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a filter of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dateonly">DateOnly</a> values with range slider or editors of range.</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.RangeFilterBase-1.html">RangeFilterBase</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dateonly">DateOnly</a>&gt;</div>
    <div class="level4"><span class="xref">DateOnlyRangeFilter</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_DateOnlyRangeFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DateOnlyRangeFilter : RangeFilterBase&lt;DateOnly&gt;, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DateOnlyRangeFilter
    Inherits RangeFilterBase(Of DateOnly)
    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_DateOnlyRangeFilter__ctor" data-uid="C1.WPF.DataFilter.DateOnlyRangeFilter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.DateOnlyRangeFilter.-ctor.html#C1_WPF_DataFilter_DateOnlyRangeFilter__ctor">DateOnlyRangeFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DataFilter.DateOnlyRangeFilter.html">DateOnlyRangeFilter</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_WPF_DataFilter_DateOnlyRangeFilter_Format" data-uid="C1.WPF.DataFilter.DateOnlyRangeFilter.Format">
          <a class="xref" href="C1.WPF.DataFilter.DateOnlyRangeFilter.Format.html#C1_WPF_DataFilter_DateOnlyRangeFilter_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_DateOnlyRangeFilter_Placeholder" data-uid="C1.WPF.DataFilter.DateOnlyRangeFilter.Placeholder">
          <a class="xref" href="C1.WPF.DataFilter.DateOnlyRangeFilter.Placeholder.html#C1_WPF_DataFilter_DateOnlyRangeFilter_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
