# GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo*">DayInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo">DayInfo</h4>
<div class="markdown level1 summary"><p>Gets the GrapeCity.Windows.InputMan.Primitives.DayInfo of which contains the advanced information of the day that the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> represents.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DayInfo DayInfo { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property DayInfo As DayInfo</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.DayInfo.html">DayInfo</a></td>
      <td><p>The GrapeCity.Windows.InputMan.Primitives.DayInfo which this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> presented.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The GrapeCity.Windows.InputMan.Primitives.DayInfo contains the following information:</p>
<table><thead><tr><th class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo Property</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.Date</td><td class="description">The date which the GrapeCity.Windows.InputMan.Primitives.DayInfo represents.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.HolidayName</td><td class="description">The GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the GrapeCity.Windows.InputMan.Primitives.DayInfo.Date.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.HolidaySettingName</td><td class="description">The GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the GrapeCity.Windows.InputMan.Primitives.DayInfo.Date.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsBlackedOut</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is non-selectable.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsForceWorkday</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsHoliday</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsOverrideHoliday</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsSelected</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is in selection.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsToday</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is <b>Today</b>.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsTrailing</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is a trailing day.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.IsWeeklyHoliday</td><td class="description">The GrapeCity.Windows.InputMan.Primitives.DayInfo.Date is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.</td></tr><tr><td class="term">GrapeCity.Windows.InputMan.Primitives.DayInfo.Text</td><td class="description">The formatted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that the GrapeCity.Windows.InputMan.Primitives.DayInfo should be presented according to the current culture.</td></tr></tbody></table>
</div>
</div>
