# GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitleStyleSelector.SelectStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitleStyleSelector_SelectStyle_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitleStyleSelector.SelectStyle*">SelectStyle Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitleStyleSelector_SelectStyle_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitleStyleSelector.SelectStyle*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitleStyleSelector_SelectStyle_GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitle_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitleStyleSelector.SelectStyle(GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle)">SelectStyle(WeekTitle)</h4>
<div class="markdown level1 summary"><p>Selects the style according the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitleStyleSelector.Conditions.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitleStyleSelector_Conditions">Conditions</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override Style SelectStyle(WeekTitle item)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function SelectStyle(item As WeekTitle) As Style</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.html">WeekTitle</a></td>
      <td><span class="parametername">item</span></td>
      <td><p>The item to check conditions.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> which contains the setters of the met conditions.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.StyleSelector-1.SelectStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_StyleSelector_1_SelectStyle__0_">StyleSelector&lt;WeekTitle&gt;.SelectStyle(WeekTitle)</a></div>
</div>
