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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector*">WeekTitleStyleSelector Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector">WeekTitleStyleSelector</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector">WeekTitleStyleSelector</a>, use it to change appearance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.html">WeekTitle</a> according to condition. This is a dependency property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(TypeConverter))]
public WeekTitleStyleSelector WeekTitleStyleSelector { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(TypeConverter))&gt;
Public Property WeekTitleStyleSelector As WeekTitleStyleSelector</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector">WeekTitleStyleSelector</a> is a simple implementation from bass class, to provide simple way to change appearance(some properties) of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.html">WeekTitle</a> according to some pre-defined conditions.
If this interface can't satisfy user's complex requirement, user is able to use template customization to instead.</p>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector_examples">Examples</h5>
<p>The following xaml demonstrates how to change appearance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.html">WeekTitle</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a>
through <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector">WeekTitleStyleSelector</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleSelector.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyleSelector">CalendarDayButtonStyleSelector</a> in xaml.</p>

</div>
