# C1.WPF.DataFilter.DateFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_DateFilter" data-uid="C1.WPF.DataFilter.DateFilter" class="text-break">DateFilter Class
</h1>
  <div class="markdown level0 summary"><p>Conditional filter for date 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"><a class="xref" href="C1.WPF.DataFilter.DateTimeFilter.html">DateTimeFilter</a></div>
    <div class="level5"><span class="xref">DateFilter</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_DateFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Obsolete(&quot;The class going to be deleted in further releases. Use instead specific version, like DateOnlyFilter or DateTimeFilter&quot;, false)]
public class DateFilter : DateTimeFilter, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;The class going to be deleted in further releases. Use instead specific version, like DateOnlyFilter or DateTimeFilter&quot;, False)&gt;
Public Class DateFilter
    Inherits DateTimeFilter
    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_DateFilter__ctor" data-uid="C1.WPF.DataFilter.DateFilter.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.DateFilter.-ctor.html#C1_WPF_DataFilter_DateFilter__ctor">DateFilter()</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_DateFilter_Format" data-uid="C1.WPF.DataFilter.DateFilter.Format">
          <a class="xref" href="C1.WPF.DataFilter.DateFilter.Format.html#C1_WPF_DataFilter_DateFilter_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom date format.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
