# C1.Win.FlexGrid.SearchAppliedEventArgs.Highlight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_SearchAppliedEventArgs_Highlight_" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.Highlight*">Highlight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_SearchAppliedEventArgs_Highlight_" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.Highlight*"></a>
<h4 id="C1_Win_FlexGrid_SearchAppliedEventArgs_Highlight" data-uid="C1.Win.FlexGrid.SearchAppliedEventArgs.Highlight">Highlight</h4>
<div class="markdown level1 summary"><p>Gets whether the search results are highlighted.
This property is obsolete. Use HighlightMode instead.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;Use HighlightMode instead.&quot;)]
public bool Highlight { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;Use HighlightMode instead.&quot;)&gt;
Public ReadOnly Property Highlight As Boolean</code></pre>
</div>
</div>
