# FarPoint.Web.Spread.AutoFilter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_AutoFilter" data-uid="FarPoint.Web.Spread.AutoFilter" class="text-break">AutoFilter Class
</h1>
  <div class="markdown level0 summary"><p>Represents the AutoFilter class which sets the filter function for the multi-column combo box cell.</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"><span class="xref">AutoFilter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_AutoFilter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AutoFilter : ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AutoFilter
    Implements ISerializeSupport</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="FarPoint_Web_Spread_AutoFilter__ctor" data-uid="FarPoint.Web.Spread.AutoFilter.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.-ctor.html#FarPoint_Web_Spread_AutoFilter__ctor">AutoFilter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an AutoFilter class object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AutoFilter__ctor_System_Boolean_FarPoint_Web_Spread_FilterMatchingMode_FarPoint_Web_Spread_FilterMatchingSource_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.AutoFilter.#ctor(System.Boolean,FarPoint.Web.Spread.FilterMatchingMode,FarPoint.Web.Spread.FilterMatchingSource,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.-ctor.html#FarPoint_Web_Spread_AutoFilter__ctor_System_Boolean_FarPoint_Web_Spread_FilterMatchingMode_FarPoint_Web_Spread_FilterMatchingSource_System_Int32_System_Int32_System_Int32_">AutoFilter(bool, FilterMatchingMode, FilterMatchingSource, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the filter function of the multi-column combo box cell.</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="FarPoint_Web_Spread_AutoFilter_Enabled" data-uid="FarPoint.Web.Spread.AutoFilter.Enabled">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.Enabled.html#FarPoint_Web_Spread_AutoFilter_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to enable the automatic filter.
The default value is false.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AutoFilter_Interval" data-uid="FarPoint.Web.Spread.AutoFilter.Interval">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.Interval.html#FarPoint_Web_Spread_AutoFilter_Interval">Interval</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the millisecond time until the start of the filtering operation.
The value must be greater than or equal to zero.
The default value is 0.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AutoFilter_MatchingMode" data-uid="FarPoint.Web.Spread.AutoFilter.MatchingMode">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.MatchingMode.html#FarPoint_Web_Spread_AutoFilter_MatchingMode">MatchingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the match methods used with the automatic filter.
The default value is MatchStartWith.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AutoFilter_MatchingSource" data-uid="FarPoint.Web.Spread.AutoFilter.MatchingSource">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.MatchingSource.html#FarPoint_Web_Spread_AutoFilter_MatchingSource">MatchingSource</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the data column in the combo box to search for a match when using the automatic filter.
The default value is AllColumns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AutoFilter_MaxFilteredItem" data-uid="FarPoint.Web.Spread.AutoFilter.MaxFilteredItem">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.MaxFilteredItem.html#FarPoint_Web_Spread_AutoFilter_MaxFilteredItem">MaxFilteredItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items that can be obtained when filtering.
The value must be greater than zero.
The default value is 10.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AutoFilter_MinPrefixLength" data-uid="FarPoint.Web.Spread.AutoFilter.MinPrefixLength">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.MinPrefixLength.html#FarPoint_Web_Spread_AutoFilter_MinPrefixLength">MinPrefixLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum number of characters to start the filtering operation.
The value must be greater than zero.
The default value is 3.</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="FarPoint_Web_Spread_AutoFilter_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.AutoFilter.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.Deserialize.html#FarPoint_Web_Spread_AutoFilter_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the filter information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_AutoFilter_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.AutoFilter.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.AutoFilter.Serialize.html#FarPoint_Web_Spread_AutoFilter_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the filter information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
