# C1.Win.FlexGrid.CellStyle.SearchBackColor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_CellStyle_SearchBackColor_" data-uid="C1.Win.FlexGrid.CellStyle.SearchBackColor*">SearchBackColor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_CellStyle_SearchBackColor_" data-uid="C1.Win.FlexGrid.CellStyle.SearchBackColor*"></a>
<h4 id="C1_Win_FlexGrid_CellStyle_SearchBackColor" data-uid="C1.Win.FlexGrid.CellStyle.SearchBackColor">SearchBackColor</h4>
<div class="markdown level1 summary"><p>Gets or sets the background color of the searched text in the cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public Color SearchBackColor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property SearchBackColor As Color</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_CellStyle_SearchBackColor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This color is used when searching through <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.ApplySearch.html#C1_Win_FlexGrid_C1FlexGridBase_ApplySearch_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">ApplySearch(string, bool, bool, bool, bool)</a> method or through C1FlexGridSearchPanel control.</p>
</div>
</div>
