# C1.Win.FlexGrid.SearchAppliedEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_SearchAppliedEventArgs" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs" class="text-break">SearchAppliedEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.SearchApplied.html">SearchApplied</a> event.</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"><span class="xref">SearchAppliedEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_SearchAppliedEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SearchAppliedEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SearchAppliedEventArgs
    Inherits EventArgs</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_Win_FlexGrid_SearchAppliedEventArgs__ctor_System_String_C1_Win_FlexGrid_SearchHighlightMode_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.#ctor(System.String,C1.Win.FlexGrid.SearchHighlightMode,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.-ctor.html#C1_Win_FlexGrid_SearchAppliedEventArgs__ctor_System_String_C1_Win_FlexGrid_SearchHighlightMode_System_Boolean_System_Boolean_System_Boolean_">SearchAppliedEventArgs(string, SearchHighlightMode, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SearchAppliedEventArgs class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SearchAppliedEventArgs__ctor_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.-ctor.html#C1_Win_FlexGrid_SearchAppliedEventArgs__ctor_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">SearchAppliedEventArgs(string, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SearchAppliedEventArgs class.
This constructor is obsolete. Call constructor with HighlightMode argument instead.</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_Win_FlexGrid_SearchAppliedEventArgs_Filter" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.Filter">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.Filter.html#C1_Win_FlexGrid_SearchAppliedEventArgs_Filter">Filter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the search results are filtered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SearchAppliedEventArgs_Highlight" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.Highlight">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.Highlight.html#C1_Win_FlexGrid_SearchAppliedEventArgs_Highlight">Highlight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the search results are highlighted.
This property is obsolete. Use HighlightMode instead.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SearchAppliedEventArgs_HighlightMode" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.HighlightMode">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.HighlightMode.html#C1_Win_FlexGrid_SearchAppliedEventArgs_HighlightMode">HighlightMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether how to the search results are highlighted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SearchAppliedEventArgs_OnlyVisibleColumns" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.OnlyVisibleColumns">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.OnlyVisibleColumns.html#C1_Win_FlexGrid_SearchAppliedEventArgs_OnlyVisibleColumns">OnlyVisibleColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether to search only in visible columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SearchAppliedEventArgs_OnlyVisibleRows" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.OnlyVisibleRows">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.OnlyVisibleRows.html#C1_Win_FlexGrid_SearchAppliedEventArgs_OnlyVisibleRows">OnlyVisibleRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether to search only in visible rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SearchAppliedEventArgs_Text" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.Text">
          <a class="xref" href="C1.Win.FlexGrid.SearchAppliedEventArgs.Text.html#C1_Win_FlexGrid_SearchAppliedEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the words to search.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
