# GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.WeekTitleInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitle_WeekTitleInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.WeekTitleInfo*">WeekTitleInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitle_WeekTitleInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.WeekTitleInfo*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitle_WeekTitleInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.WeekTitleInfo">WeekTitleInfo</h4>
<div class="markdown level1 summary"><p>Gets the GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo which contains the advanced information of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.html">WeekTitle</a> represents. 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">public WeekTitleInfo WeekTitleInfo { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property WeekTitleInfo As WeekTitleInfo</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.Wpf.SpreadSheet.CellType.Editors.WeekTitleInfo.html">WeekTitleInfo</a></td>
      <td><p>The GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo which this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle.html">WeekTitle</a> presented.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_WeekTitle_WeekTitleInfo_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo contains the following information:</p>
<table><thead><tr><th class="term">WeekTitleInfo Property</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo.DayOfWeek</td><td class="description">The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dayofweek">DayOfWeek</a> enumeration value of GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo represents.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo.Text</td><td class="description">The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value which is culture-specific abbreviated name of the GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo.DayOfWeek.</td></tr></tbody></table>
</div>
</div>
