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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton" class="text-break">CalendarDayButton Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> control for GrapeCity.Windows.InputMan.Primitives.DayInfo presentation. It represents a day when GrapeCity.Windows.InputMan.GcDropDownCalendar.DisplayMode property is GrapeCity.Windows.InputMan.CalendarMode.Month.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.buttonbase">ButtonBase</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.button">Button</a></div>
    <div class="level8"><span class="xref">CalendarDayButton</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommandsource">ICommandSource</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_CalendarDayButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;PART_Content&quot;, Type = typeof(FrameworkElement))]
[TemplateVisualState(Name = &quot;Selected&quot;, GroupName = &quot;SelectionStates&quot;)]
[TemplateVisualState(Name = &quot;Unselected&quot;, GroupName = &quot;SelectionStates&quot;)]
[TemplateVisualState(Name = &quot;RegularDay&quot;, GroupName = &quot;DayStates&quot;)]
[TemplateVisualState(Name = &quot;Today&quot;, GroupName = &quot;DayStates&quot;)]
[TemplateVisualState(Name = &quot;BlackoutDay&quot;, GroupName = &quot;BlackoutDayStates&quot;)]
[TemplateVisualState(Name = &quot;NormalDay&quot;, GroupName = &quot;BlackoutDayStates&quot;)]
[TemplateVisualState(Name = &quot;CalendarButtonFocused&quot;, GroupName = &quot;CalendarButtonFocusStates&quot;)]
[TemplateVisualState(Name = &quot;CalendarButtonUnfocused&quot;, GroupName = &quot;CalendarButtonFocusStates&quot;)]
[TemplateVisualState(Name = &quot;ForcedWorkday&quot;, GroupName = &quot;HolidayStates&quot;)]
[TemplateVisualState(Name = &quot;OverrideHoliday&quot;, GroupName = &quot;HolidayStates&quot;)]
[TemplateVisualState(Name = &quot;WeeklyHoliday&quot;, GroupName = &quot;HolidayStates&quot;)]
[TemplateVisualState(Name = &quot;Holiday&quot;, GroupName = &quot;HolidayStates&quot;)]
[TemplateVisualState(Name = &quot;Workday&quot;, GroupName = &quot;HolidayStates&quot;)]
[TemplateVisualState(Name = &quot;Active&quot;, GroupName = &quot;ActiveStates&quot;)]
[TemplateVisualState(Name = &quot;Inactive&quot;, GroupName = &quot;ActiveStates&quot;)]
public sealed class CalendarDayButton : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;PART_Content&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplateVisualState(Name:=&quot;Selected&quot;, GroupName:=&quot;SelectionStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unselected&quot;, GroupName:=&quot;SelectionStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;RegularDay&quot;, GroupName:=&quot;DayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Today&quot;, GroupName:=&quot;DayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;BlackoutDay&quot;, GroupName:=&quot;BlackoutDayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;NormalDay&quot;, GroupName:=&quot;BlackoutDayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;CalendarButtonFocused&quot;, GroupName:=&quot;CalendarButtonFocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;CalendarButtonUnfocused&quot;, GroupName:=&quot;CalendarButtonFocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;ForcedWorkday&quot;, GroupName:=&quot;HolidayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;OverrideHoliday&quot;, GroupName:=&quot;HolidayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;WeeklyHoliday&quot;, GroupName:=&quot;HolidayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Holiday&quot;, GroupName:=&quot;HolidayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Workday&quot;, GroupName:=&quot;HolidayStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Active&quot;, GroupName:=&quot;ActiveStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Inactive&quot;, GroupName:=&quot;ActiveStates&quot;)&gt;
Public NotInheritable Class CalendarDayButton
    Inherits Button
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> offered some properties for customizing visual presentation via styling:</p>
<p>
  The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsInactive">IsInactive</a> indicates whether the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> is trailing status.
  The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelected.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsSelected">IsSelected</a> indicates whether the day the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> represents is selected.
  The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsToday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsToday">IsToday</a> indicates whether the day the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> represents <b>Today</b>.
  The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsBlackedOut">IsBlackedOut</a> indicates whether the day the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> represents is non-selectable.
</p><p>
  The <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> also offered a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo">DayInfo</a> property to deliver more information about the day which it represents. It is set to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.content">Content</a> property, and you could also customizing the data presentation via <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol.contenttemplate">ContentTemplate</a>.
</p><p><b>Supported <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.visualstate">VisualState</a> list:</b><table width="50%" cellspacing="2" cellpadding="5" frame="lhs"><tr><th><p>VisualStateGroup Name</p></th><th><p>VisualState Name</p></th><th><p>Description</p></th></tr><tr><td><p>CommonStates</p></td><td><p>Normal</p></td><td><p>Represents the visual appearance when control is in normal state.</p></td></tr><tr><td><p>CommonStates</p></td><td><p>Disabled</p></td><td><p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.isenabled">IsEnabled</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>CommonStates</p></td><td><p>Pressed</p></td><td><p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.buttonbase.ispressed">IsPressed</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p></td></tr><tr><td><p>CommonStates</p></td><td><p>MouseOver</p></td><td><p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.ismouseover">IsMouseOver</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p></td></tr><tr><td><p>SelectionStates</p></td><td><p>Selected</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsHighlighted">IsHighlighted</a> or <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelected.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsSelected">IsSelected</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>. 
	<br>
	If the <b>Selected</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>Unselected</b> state will be used.</p></td></tr><tr><td><p>SelectionStates</p></td><td><p>Unselected</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsHighlighted">IsHighlighted</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelected.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsSelected">IsSelected</a> all are <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>ActiveStates</p></td><td><p>Active</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsInactive">IsInactive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
	<br>
	If the <b>Active</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>Inactive</b> state will be used.</p></td></tr><tr><td><p>ActiveStates</p></td><td><p>Inactive</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsInactive">IsInactive</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p></td></tr><tr><td><p>CalendarButtonFocusStates</p></td><td><p>CalendarButtonFocused</p></td><td><p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocused">IsKeyboardFocused</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
	<br>
	If the <b>CalendarButtonFocused</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>CalendarButtonUnfocused</b> state will be used.</p></td></tr><tr><td><p>CalendarButtonFocusStates</p></td><td><p>CalendarButtonUnfocused</p></td><td><p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocused">IsKeyboardFocused</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>DayStates</p></td><td><p>Today</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsToday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsToday">IsToday</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
	<br>
	If the <b>Today</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>RegularDay</b> state will be used.</p></td></tr><tr><td><p>DayStates</p></td><td><p>RegularDay</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsToday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsToday">IsToday</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>BlackoutDayStates</p></td><td><p>BlackoutDay</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsBlackedOut">IsBlackedOut</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
	<br>
	If the <b>BlackoutDay</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>NormalDay</b> state will be used.</p></td></tr><tr><td><p>BlackoutDayStates</p></td><td><p>NormalDay</p></td><td><p>Represents the visual appearance when <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsBlackedOut">IsBlackedOut</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>HolidayStates</p></td><td><p>OverrideHoliday</p></td><td><p>Represents the visual appearance when GrapeCity.Windows.InputMan.Primitives.DayInfo.IsOverrideHoliday is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
	<br>
	If the <b>OverrideHoliday</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>Holiday</b> state will be used.</p></td></tr><tr><td><p>HolidayStates</p></td><td><p>WeeklyHoliday</p></td><td><p>Represents the visual appearance when GrapeCity.Windows.InputMan.Primitives.DayInfo.IsWeeklyHoliday is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
	<br>
	If the <b>WeeklyHoliday</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>Holiday</b> state will be used.</p></td></tr><tr><td><p>HolidayStates</p></td><td><p>Holiday</p></td><td><p>Represents the visual appearance when GrapeCity.Windows.InputMan.Primitives.DayInfo.IsHoliday is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> but GrapeCity.Windows.InputMan.Primitives.DayInfo.IsWeeklyHoliday and GrapeCity.Windows.InputMan.Primitives.DayInfo.IsOverrideHoliday are false.</p></td></tr><tr><td><p>HolidayStates</p></td><td><p>ForcedWorkday</p></td><td><p>Represents the visual appearance when GrapeCity.Windows.InputMan.Primitives.DayInfo.IsForceWorkday is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.
	<br>
	If the <b>ForcedWorkday</b> state isn't defined in <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.controltemplate">ControlTemplate</a>, <b>Workday</b> state will be used.</p></td></tr><tr><td><p>HolidayStates</p></td><td><p>Workday</p></td><td><p>Represents the visual appearance when GrapeCity.Windows.InputMan.Primitives.DayInfo.IsForceWorkday, GrapeCity.Windows.InputMan.Primitives.DayInfo.IsWeeklyHoliday, GrapeCity.Windows.InputMan.Primitives.DayInfo.IsOverrideHoliday and GrapeCity.Windows.InputMan.Primitives.DayInfo.IsHoliday all are <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>FocusStates</p></td><td><p>Focused</p></td><td><p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocused">IsKeyboardFocused</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p></td></tr><tr><td><p>FocusStates</p></td><td><p>Unfocused</p></td><td><p>Represents the visual appearance when <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocused">IsKeyboardFocused</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>ValidationStates</p></td><td><p>Valid</p></td><td><p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr><tr><td><p>ValidationStates</p></td><td><p>InvalidFocused</p></td><td><p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocused">IsKeyboardFocused</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p></td></tr><tr><td><p>ValidationStates</p></td><td><p>InvalidUnfocused</p></td><td><p>Represents the visual appearance when <span class="xref">System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)</span> returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> and <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.iskeyboardfocused">IsKeyboardFocused</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p></td></tr></table>
</div>
  <h3 id="constructors">Constructors
</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_CalendarDayButton__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton__ctor">CalendarDayButton()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_CalendarDayButton_DayInfoProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfoProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfoProperty.html">DayInfoProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo">DayInfo</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsBlackedOutProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOutProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOutProperty.html">IsBlackedOutProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsBlackedOut">IsBlackedOut</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsHighlightedProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsHighlightedProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsHighlightedProperty.html">IsHighlightedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsHighlighted">IsHighlighted</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsInactiveProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactiveProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactiveProperty.html">IsInactiveProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsInactive">IsInactive</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsSelectedProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelectedProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelectedProperty.html">IsSelectedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelected.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsSelected">IsSelected</a> DependencyProperty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsTodayProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsTodayProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsTodayProperty.html">IsTodayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsToday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsToday">IsToday</a> DependencyProperty.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_CalendarDayButton_DayInfo" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo">DayInfo</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsBlackedOut" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOut">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsBlackedOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsBlackedOut">IsBlackedOut</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the date of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo">DayInfo</a> is defined non-selectable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsHighlighted" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsHighlighted">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsHighlighted">IsHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this button is highlighted. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsInactive" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactive">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsInactive.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsInactive">IsInactive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the date of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo">DayInfo</a> is a trailing day.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsSelected" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelected">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsSelected.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the date of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo">DayInfo</a> is in the selection of GrapeCity.Windows.InputMan.GcDropDownCalendar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsToday" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsToday">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.IsToday.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_IsToday">IsToday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the date of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.DayInfo.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_DayInfo">DayInfo</a> is <b>Today</b>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_CalendarDayButton_OnApplyTemplate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.OnApplyTemplate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.OnApplyTemplate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, is invoked whenever application code or internal processes call <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement.applytemplate">ApplyTemplate()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.OnGotKeyboardFocus.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_">OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Keyboard.GotKeyboardFocus</span> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_OnLostKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.OnLostKeyboardFocus.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDayButton_OnLostKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_">OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when an element loses keyboard focus.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
