# C1.DataFilter.FilterAutoGeneratingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataFilter_FilterAutoGeneratingEventArgs" data-uid="C1.DataFilter.FilterAutoGeneratingEventArgs" class="text-break">FilterAutoGeneratingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the FilterAutoGenerating event of a C1DataFilter control.</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="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">FilterAutoGeneratingEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataFilter.html">C1.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DataFilter.4.6.2.dll</h6>
  <h5 id="C1_DataFilter_FilterAutoGeneratingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterAutoGeneratingEventArgs : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterAutoGeneratingEventArgs
    Inherits CancelEventArgs</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_DataFilter_FilterAutoGeneratingEventArgs__ctor_System_ComponentModel_PropertyDescriptor_C1_DataFilter_Filter_" data-uid="C1.DataFilter.FilterAutoGeneratingEventArgs.#ctor(System.ComponentModel.PropertyDescriptor,C1.DataFilter.Filter)">
          <a class="xref" href="C1.DataFilter.FilterAutoGeneratingEventArgs.-ctor.html#C1_DataFilter_FilterAutoGeneratingEventArgs__ctor_System_ComponentModel_PropertyDescriptor_C1_DataFilter_Filter_">FilterAutoGeneratingEventArgs(PropertyDescriptor, Filter)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataFilter.FilterAutoGeneratingEventArgs.html">FilterAutoGeneratingEventArgs</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_DataFilter_FilterAutoGeneratingEventArgs_Filter" data-uid="C1.DataFilter.FilterAutoGeneratingEventArgs.Filter">
          <a class="xref" href="C1.DataFilter.FilterAutoGeneratingEventArgs.Filter.html#C1_DataFilter_FilterAutoGeneratingEventArgs_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the filter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataFilter_FilterAutoGeneratingEventArgs_Property" data-uid="C1.DataFilter.FilterAutoGeneratingEventArgs.Property">
          <a class="xref" href="C1.DataFilter.FilterAutoGeneratingEventArgs.Property.html#C1_DataFilter_FilterAutoGeneratingEventArgs_Property">Property</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item property to which the filter applies.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
