# GrapeCity.Win.Spread.InputMan.CellType.AutoComplete.HighlightStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_AutoComplete_HighlightStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoComplete.HighlightStyle*">HighlightStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_AutoComplete_HighlightStyle_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoComplete.HighlightStyle*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_AutoComplete_HighlightStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoComplete.HighlightStyle">HighlightStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets the style for highlighted matched text.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public AutoCompleteHighlightStyle HighlightStyle { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Property HighlightStyle As AutoCompleteHighlightStyle</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyle.html">AutoCompleteHighlightStyle</a></td>
      <td><p>The highlight style.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
