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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo" class="text-break">DayInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.html">DayInfo</a> contains the information for GrapeCity.Windows.InputMan.Primitives.CalendarDayButton presentation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DayInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.html">GrapeCity.Wpf.SpreadSheet.CellType.Editors</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.CellType.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DayInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DayInfo
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.html">DayInfo</a> contains the following information:</p>
<table><thead><tr><th class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.html">DayInfo</a>Property</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a></td><td class="description">The date which the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.html">DayInfo</a> represents.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.HolidayName.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_HolidayName">HolidayName</a></td><td class="description">The GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a>.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.HolidaySettingName.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_HolidaySettingName">HolidaySettingName</a></td><td class="description">The GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a>.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsBlackedOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsBlackedOut">IsBlackedOut</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is non-selectable.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsForceWorkday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsForceWorkday">IsForceWorkday</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsHoliday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsHoliday">IsHoliday</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> 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"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsOverrideHoliday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsOverrideHoliday">IsOverrideHoliday</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsSelected.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsSelected">IsSelected</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is in selection.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsToday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsToday">IsToday</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is <b>Today</b>.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsTrailing.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsTrailing">IsTrailing</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is a trailing day.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsWeeklyHoliday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsWeeklyHoliday">IsWeeklyHoliday</a></td><td class="description">The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.</td></tr><tr><td class="term"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Text.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Text">Text</a></td><td class="description">The formatted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.html">DayInfo</a> should be presented according to the current culture.</td></tr></tbody></table>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the date which the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.html">DayInfo</a> represents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_HolidayName" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.HolidayName">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.HolidayName.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_HolidayName">HolidayName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the GrapeCity.Windows.InputMan.IHoliday.HolidayName value of the GrapeCity.Windows.InputMan.IHoliday defined on the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_HolidaySettingName" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.HolidaySettingName">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.HolidaySettingName.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_HolidaySettingName">HolidaySettingName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the GrapeCity.Windows.InputMan.HolidaySettingBase.HolidaySettingName value of the GrapeCity.Windows.InputMan.HolidaySetting defined on the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsBlackedOut" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsBlackedOut">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsBlackedOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsBlackedOut">IsBlackedOut</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is non-selectable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsForceWorkday" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsForceWorkday">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsForceWorkday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsForceWorkday">IsForceWorkday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is defined as a GrapeCity.Windows.InputMan.DayType.ForcedWorkday.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsHighlighted" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsHighlighted">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsHighlighted">IsHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this day is highlighted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsHoliday" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsHoliday">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsHoliday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsHoliday">IsHoliday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is defined as a GrapeCity.Windows.InputMan.DayType.ForcedHoliday, GrapeCity.Windows.InputMan.DayType.Holiday or GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsOverrideHoliday" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsOverrideHoliday">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsOverrideHoliday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsOverrideHoliday">IsOverrideHoliday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is defined as a GrapeCity.Windows.InputMan.DayType.OverriddenHoliday.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsSelected" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsSelected">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsSelected.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is in selection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsToday" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsToday">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsToday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsToday">IsToday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is <b>Today</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsTrailing" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsTrailing">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsTrailing.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsTrailing">IsTrailing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is a trailing day.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsWeeklyHoliday" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsWeeklyHoliday">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.IsWeeklyHoliday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_IsWeeklyHoliday">IsWeeklyHoliday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Date.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Date">Date</a> is defined as a GrapeCity.Windows.InputMan.DayType.WeeklyHoliday.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Text" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Text">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.Text.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_DayInfo_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value that the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayInfo.html">DayInfo</a> should be presented according to the current culture.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
