# C1.Win.FlexGrid.SearchApplyingEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_SearchApplyingEventArgs" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs" class="text-break">SearchApplyingEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.SearchApplying.html">SearchApplying</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.canceleventargs">CancelEventArgs</a></div>
    <div class="level3"><span class="xref">SearchApplyingEventArgs</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_SearchApplyingEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SearchApplyingEventArgs : CancelEventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SearchApplyingEventArgs
    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_Win_FlexGrid_SearchApplyingEventArgs__ctor_System_String_C1_Win_FlexGrid_SearchHighlightMode_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.#ctor(System.String,C1.Win.FlexGrid.SearchHighlightMode,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.-ctor.html#C1_Win_FlexGrid_SearchApplyingEventArgs__ctor_System_String_C1_Win_FlexGrid_SearchHighlightMode_System_Boolean_System_Boolean_System_Boolean_">SearchApplyingEventArgs(string, SearchHighlightMode, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SearchApplyingEventArgs class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_SearchApplyingEventArgs__ctor_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.#ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.-ctor.html#C1_Win_FlexGrid_SearchApplyingEventArgs__ctor_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">SearchApplyingEventArgs(string, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SearchApplyingEventArgs 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_SearchApplyingEventArgs_Filter" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.Filter">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.Filter.html#C1_Win_FlexGrid_SearchApplyingEventArgs_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_SearchApplyingEventArgs_Highlight" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.Highlight">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.Highlight.html#C1_Win_FlexGrid_SearchApplyingEventArgs_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_SearchApplyingEventArgs_HighlightMode" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.HighlightMode">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.HighlightMode.html#C1_Win_FlexGrid_SearchApplyingEventArgs_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_SearchApplyingEventArgs_OnlyVisibleColumns" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.OnlyVisibleColumns">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.OnlyVisibleColumns.html#C1_Win_FlexGrid_SearchApplyingEventArgs_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_SearchApplyingEventArgs_OnlyVisibleRows" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.OnlyVisibleRows">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.OnlyVisibleRows.html#C1_Win_FlexGrid_SearchApplyingEventArgs_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_SearchApplyingEventArgs_Text" data-uid="C1.Win.FlexGrid.SearchApplyingEventArgs.Text">
          <a class="xref" href="C1.Win.FlexGrid.SearchApplyingEventArgs.Text.html#C1_Win_FlexGrid_SearchApplyingEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the words to search.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
