# C1.WPF.FlexGrid.FindOption

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_FindOption" data-uid="C1.WPF.FlexGrid.FindOption" class="text-break">FindOption Class
</h1>
  <div class="markdown level0 summary"><p>Specifies class that define for Find Option.</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">FindOption</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexSheet.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_FindOption_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FindOption</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FindOption</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_FlexGrid_FindOption__ctor_C1_WPF_FlexGrid_FindRange_C1_WPF_FlexGrid_FindPriority_System_Boolean_System_Boolean_" data-uid="C1.WPF.FlexGrid.FindOption.#ctor(C1.WPF.FlexGrid.FindRange,C1.WPF.FlexGrid.FindPriority,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.FlexGrid.FindOption.-ctor.html#C1_WPF_FlexGrid_FindOption__ctor_C1_WPF_FlexGrid_FindRange_C1_WPF_FlexGrid_FindPriority_System_Boolean_System_Boolean_">FindOption(FindRange, FindPriority, bool, bool)</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_FlexGrid_FindOption_FindPriority" data-uid="C1.WPF.FlexGrid.FindOption.FindPriority">
          <a class="xref" href="C1.WPF.FlexGrid.FindOption.FindPriority.html#C1_WPF_FlexGrid_FindOption_FindPriority">FindPriority</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets find priorty for find</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FindOption_FindRange" data-uid="C1.WPF.FlexGrid.FindOption.FindRange">
          <a class="xref" href="C1.WPF.FlexGrid.FindOption.FindRange.html#C1_WPF_FlexGrid_FindOption_FindRange">FindRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets find range for find</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FindOption_IsMatchCase" data-uid="C1.WPF.FlexGrid.FindOption.IsMatchCase">
          <a class="xref" href="C1.WPF.FlexGrid.FindOption.IsMatchCase.html#C1_WPF_FlexGrid_FindOption_IsMatchCase">IsMatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets match case for find</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_FindOption_IsMatchEntireContent" data-uid="C1.WPF.FlexGrid.FindOption.IsMatchEntireContent">
          <a class="xref" href="C1.WPF.FlexGrid.FindOption.IsMatchEntireContent.html#C1_WPF_FlexGrid_FindOption_IsMatchEntireContent">IsMatchEntireContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets match entire Ccontent for find</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
