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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar" class="text-break">GcDropDownCalendar Class
</h1>
  <div class="markdown level0 summary"><p>Represents a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a> control that enables a user to select a date by using a visual calendar display.</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="GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase.html">ControlBase</a></div>
    <div class="level6"><span class="xref">GcDropDownCalendar</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.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</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_GcDropDownCalendar_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;CalendarButtonStyle&quot;, StyleTargetType = typeof(CalendarButton))]
[StyleTypedProperty(Property = &quot;CalendarDayButtonStyle&quot;, StyleTargetType = typeof(CalendarDayButton))]
[StyleTypedProperty(Property = &quot;CalendarHeaderButtonStyle&quot;, StyleTargetType = typeof(CalendarHeaderButton))]
[StyleTypedProperty(Property = &quot;CalendarItemStyle&quot;, StyleTargetType = typeof(CalendarItem))]
[StyleTypedProperty(Property = &quot;WeekTitleStyle&quot;, StyleTargetType = typeof(WeekTitle))]
[StyleTypedProperty(Property = &quot;WeekNumberStyle&quot;, StyleTargetType = typeof(WeekNumber))]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
public class GcDropDownCalendar : ControlBase, IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;CalendarButtonStyle&quot;, StyleTargetType:=GetType(CalendarButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;CalendarDayButtonStyle&quot;, StyleTargetType:=GetType(CalendarDayButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;CalendarHeaderButtonStyle&quot;, StyleTargetType:=GetType(CalendarHeaderButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;CalendarItemStyle&quot;, StyleTargetType:=GetType(CalendarItem))&gt;
&lt;StyleTypedProperty(Property:=&quot;WeekTitleStyle&quot;, StyleTargetType:=GetType(WeekTitle))&gt;
&lt;StyleTypedProperty(Property:=&quot;WeekNumberStyle&quot;, StyleTargetType:=GetType(WeekNumber))&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
Public Class GcDropDownCalendar
    Inherits ControlBase
    Implements IAnimatable, IFrameworkInputElement, IInputElement, IQueryAmbient, ISupportInitialize</code></pre>
  </div>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
        A <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a> control can be used on its own, or as a drop-down part of a GrapeCity.Windows.InputMan.GcDateTime control. For more information, see GrapeCity.Windows.InputMan.GcDateTime.
      </p>
<p>
        The following table provides information about tasks that are typically associated with the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>.
      <table><thead><tr><th class="term">Task</th><th class="description">Implementation</th></tr></thead><tbody><tr><td class="term">Have the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a> display a month, an entire year, or a decade.</td><td class="description">Set the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayMode">DisplayMode</a> property to GrapeCity.Windows.InputMan.CalendarMode.Month, GrapeCity.Windows.InputMan.CalendarMode.Year, or GrapeCity.Windows.InputMan.CalendarMode.Decade.</td></tr><tr><td class="term">Specify whether the user can select a date, a range of dates, or multiple ranges of dates.</td><td class="description">Use the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectionMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectionMode">SelectionMode</a>.</td></tr><tr><td class="term">Specify dates that cannot be selected.</td><td class="description">Use the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.BlackoutDates.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_BlackoutDates">BlackoutDates</a> property.</td></tr><tr><td class="term">Specify the range of dates that the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a> has.</td><td class="description">Use the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MinDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MinDate">MinDate</a> and <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MaxDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MaxDate">MaxDate</a> properties.</td></tr><tr><td class="term">Specify whether the current date is highlighted.</td><td class="description">Use the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.IsTodayHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_IsTodayHighlighted">IsTodayHighlighted</a> property. By default, <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.IsTodayHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_IsTodayHighlighted">IsTodayHighlighted</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</td></tr></tbody></table>
<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>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_GcDropDownCalendar__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar__ctor">GcDropDownCalendar()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</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_GcDropDownCalendar_AllowSelectionProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.AllowSelectionProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.AllowSelectionProperty.html">AllowSelectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.AllowSelection.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_AllowSelection">AllowSelection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarButtonStyleProperty.html">CalendarButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarButtonStyle">CalendarButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleProperty.html">CalendarDayButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyle">CalendarDayButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyleSelectorProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleSelectorProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleSelectorProperty.html">CalendarDayButtonStyleSelectorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDropDownCalendar.CalendarDayButtonStyleSelector dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarHeaderButtonStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarHeaderButtonStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarHeaderButtonStyleProperty.html">CalendarHeaderButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarHeaderButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarHeaderButtonStyle">CalendarHeaderButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarItemStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarItemStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarItemStyleProperty.html">CalendarItemStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarItemStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarItemStyle">CalendarItemStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarSelectionBackgroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarSelectionBackgroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarSelectionBackgroundProperty.html">CalendarSelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarSelectionBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarSelectionBackground">CalendarSelectionBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarYearProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarYearProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarYearProperty.html">CalendarYearProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarYear.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarYear">CalendarYear</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ClickDateEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ClickDateEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ClickDateEvent.html">ClickDateEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ClickDate.html">ClickDate</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayModeChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeChangedEvent.html">DisplayModeChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeChanged.html">DisplayModeChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayModeProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeProperty.html">DisplayModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayMode">DisplayMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DoubleClickDateEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DoubleClickDateEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DoubleClickDateEvent.html">DoubleClickDateEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DoubleClickDate.html">DoubleClickDate</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EmptyRowProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EmptyRowProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EmptyRowProperty.html">EmptyRowProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EmptyRow.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EmptyRow">EmptyRow</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EndDisplayModeProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndDisplayModeProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndDisplayModeProperty.html">EndDisplayModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndDisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EndDisplayMode">EndDisplayMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstDayOfWeekProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstDayOfWeekProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstDayOfWeekProperty.html">FirstDayOfWeekProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstDayOfWeek.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstDayOfWeek">FirstDayOfWeek</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstFiscalMonthProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstFiscalMonthProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstFiscalMonthProperty.html">FirstFiscalMonthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstFiscalMonth.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstFiscalMonth">FirstFiscalMonth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDateChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChangedEvent.html">FocusedDateChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged.html">FocusedDateChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateProperty.html">FocusedDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDate">FocusedDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_HolidaySettingProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.HolidaySettingProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.HolidaySettingProperty.html">HolidaySettingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.HolidaySetting.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_HolidaySetting">HolidaySetting</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_InnerMarginProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.InnerMarginProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.InnerMarginProperty.html">InnerMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.InnerMargin.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_InnerMargin">InnerMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_IsTodayHighlightedProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.IsTodayHighlightedProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.IsTodayHighlightedProperty.html">IsTodayHighlightedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.IsTodayHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_IsTodayHighlighted">IsTodayHighlighted</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MaxDateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MaxDateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MaxDateProperty.html">MaxDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MaxDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MaxDate">MaxDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MinDateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MinDateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MinDateProperty.html">MinDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MinDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MinDate">MinDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MonthFormatProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MonthFormatProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MonthFormatProperty.html">MonthFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MonthFormat.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MonthFormat">MonthFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ScrolledEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ScrolledEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ScrolledEvent.html">ScrolledEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scrolled.html">Scrolled</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDateProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDateProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDateProperty.html">SelectedDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDate">SelectedDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDatesChangedEvent" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDatesChangedEvent">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDatesChangedEvent.html">SelectedDatesChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDatesChanged.html">SelectedDatesChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectionModeProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectionModeProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectionMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowContextMenuProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowContextMenuProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowContextMenuProperty.html">ShowContextMenuProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowContextMenu.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowContextMenu">ShowContextMenu</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowTrailingProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowTrailingProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowTrailingProperty.html">ShowTrailingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowTrailing.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowTrailing">ShowTrailing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_StartDisplayModeProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.StartDisplayModeProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.StartDisplayModeProperty.html">StartDisplayModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.StartDisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_StartDisplayMode">StartDisplayMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayBackgroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayBackgroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayBackgroundProperty.html">TodayBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayBackground">TodayBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayForegroundProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayForegroundProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayForegroundProperty.html">TodayForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayForeground">TodayForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekNumberStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekNumberStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekNumberStyleProperty.html">WeekNumberStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekNumberStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekNumberStyle">WeekNumberStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleProperty.html">WeekTitleStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyle">WeekTitleStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelectorProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelectorProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelectorProperty.html">WeekTitleStyleSelectorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the GrapeCity.Windows.InputMan.GcDropDownCalendar.WeekTitleStyleSelector dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearFormatProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearFormatProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearFormatProperty.html">YearFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearFormat.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearFormat">YearFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearMonthFormatProperty" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearMonthFormatProperty">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearMonthFormatProperty.html">YearMonthFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearMonthFormat.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearMonthFormat">YearMonthFormat</a> dependency property.</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_GcDropDownCalendar_AllowSelection" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.AllowSelection">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.AllowSelection.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_AllowSelection">AllowSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the days for the day type allowed to select. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_BlackoutDates" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.BlackoutDates">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.BlackoutDates.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_BlackoutDates">BlackoutDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of dates that are marked as not selectable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarButtonStyle">CalendarButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> that is applied to the GrapeCity.Windows.InputMan.Primitives.CalendarButton in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyle">CalendarDayButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> that is applied to the GrapeCity.Windows.InputMan.Primitives.CalendarDayButton in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyleSelector" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleSelector">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleSelector.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyleSelector">CalendarDayButtonStyleSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarDayButtonStyleSelector.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarDayButtonStyleSelector">CalendarDayButtonStyleSelector</a>, use it to change appearance of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDayButton.html">CalendarDayButton</a> according to condition.  This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarHeaderButtonStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarHeaderButtonStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarHeaderButtonStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarHeaderButtonStyle">CalendarHeaderButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> that is applied to the GrapeCity.Windows.InputMan.Primitives.CalendarHeaderButton in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarItemStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarItemStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarItemStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarItemStyle">CalendarItemStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> that is applied to the GrapeCity.Windows.InputMan.Primitives.CalendarItem in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarSelectionBackground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarSelectionBackground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarSelectionBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarSelectionBackground">CalendarSelectionBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the background of selected button. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarYear" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarYear">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.CalendarYear.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_CalendarYear">CalendarYear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the calendar year to show fiscal year or normal year. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayMode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayMode">DisplayMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the calendar displays a month, year, or decade. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EmptyRow" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EmptyRow">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EmptyRow.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EmptyRow">EmptyRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to show the empty week rows in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EndDisplayMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndDisplayMode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndDisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EndDisplayMode">EndDisplayMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the end display mode for the available display mode range. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstDayOfWeek" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstDayOfWeek">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstDayOfWeek.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstDayOfWeek">FirstDayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day that is considered the beginning of the week. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstFiscalMonth" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstFiscalMonth">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstFiscalMonth.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FirstFiscalMonth">FirstFiscalMonth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the month that is considered the beginning of the fiscal year. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDate">FocusedDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day that with focus. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_HolidaySetting" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.HolidaySetting">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.HolidaySetting.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_HolidaySetting">HolidaySetting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the holiday settings for the control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_InnerMargin" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.InnerMargin">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.InnerMargin.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_InnerMargin">InnerMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin of the inner calendar view. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_IsTodayHighlighted" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.IsTodayHighlighted">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.IsTodayHighlighted.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_IsTodayHighlighted">IsTodayHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the current date is highlighted. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MaxDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MaxDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MaxDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MaxDate">MaxDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum date that can be shown in the control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MinDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MinDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MinDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MinDate">MinDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum date that can be shown in the control. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MonthFormat" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MonthFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.MonthFormat.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_MonthFormat">MonthFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format of month. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDate">SelectedDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected date, the first date in the selection or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if the selection is empty. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDates" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDates">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDates.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDates">SelectedDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of the selected dates.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectionMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectionMode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectionMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates what kind of selections are allowed. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowContextMenu" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowContextMenu">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowContextMenu.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowContextMenu">ShowContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the context menu could be shown. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowTrailing" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowTrailing">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ShowTrailing.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ShowTrailing">ShowTrailing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the trailing days could be shown or not. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_StartDisplayMode" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.StartDisplayMode">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.StartDisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_StartDisplayMode">StartDisplayMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start display mode for the available display mode range. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayBackground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayBackground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayBackground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayBackground">TodayBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the background of today button. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayForeground" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayForeground">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.TodayForeground.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_TodayForeground">TodayForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the foreground of today button. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekNumberStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekNumberStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekNumberStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekNumberStyle">WeekNumberStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> that is applied to the GrapeCity.Windows.InputMan.Primitives.WeekNumber in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyle" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyle">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyle.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyle">WeekTitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.style">Style</a> that is applied to the GrapeCity.Windows.InputMan.Primitives.WeekTitle in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a>. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.WeekTitleStyleSelector.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_WeekTitleStyleSelector">WeekTitleStyleSelector</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearFormat" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearFormat.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearFormat">YearFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format of year. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearMonthFormat" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearMonthFormat">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.YearMonthFormat.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_YearMonthFormat">YearMonthFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the year month format for formatted header text. This is a dependency property.</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_GcDropDownCalendar_BeginInit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.BeginInit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.BeginInit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when the initialization process for this element starts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EndInit" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndInit">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndInit.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates that the initialization process for the element is complete.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_GetDatesInView" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.GetDatesInView">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.GetDatesInView.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_GetDatesInView">GetDatesInView()</a>
        </td>
        <td class="markdown level1 summary"><p>Get all the dates in view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_GetDatesInView_GrapeCity_Wpf_SpreadSheet_CellType_Editors_PickDayType_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.GetDatesInView(GrapeCity.Wpf.SpreadSheet.CellType.Editors.PickDayType)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.GetDatesInView.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_GetDatesInView_GrapeCity_Wpf_SpreadSheet_CellType_Editors_PickDayType_">GetDatesInView(PickDayType)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the dates of the given type in view.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnClickDate_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnClickDate(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnClickDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnClickDate_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs_">OnClickDate(ClickDateEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when mouse clicked on the button of calendar, to raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ClickDate.html">ClickDate</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnDisplayModeChanged_GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarModeChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnDisplayModeChanged(GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarModeChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnDisplayModeChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnDisplayModeChanged_GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarModeChangedEventArgs_">OnDisplayModeChanged(CalendarModeChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayMode">DisplayMode</a> property changed, to raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeChanged.html">DisplayModeChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnDoubleClickDate_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnDoubleClickDate(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClickDateEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnDoubleClickDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnDoubleClickDate_GrapeCity_Wpf_SpreadSheet_CellType_Editors_ClickDateEventArgs_">OnDoubleClickDate(ClickDateEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when mouse double clicked on the button of calendar, to raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DoubleClickDate.html">DoubleClickDate</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnFocusedDateChanged_GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDateEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnFocusedDateChanged(GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarDateEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnFocusedDateChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnFocusedDateChanged_GrapeCity_Wpf_SpreadSheet_CellType_Editors_CalendarDateEventArgs_">OnFocusedDateChanged(CalendarDateEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDate">FocusedDate</a> property changed, to raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged.html">FocusedDateChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnGotKeyboardFocus.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_">OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.keyboard.gotkeyboardfocusevent">GotKeyboardFocusEvent</a> 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_GcDropDownCalendar_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnKeyDown.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <span class="xref">System.Windows.Input.Keyboard.KeyDown</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_GcDropDownCalendar_OnLostMouseCapture_System_Windows_Input_MouseEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnLostMouseCapture(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnLostMouseCapture.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnLostMouseCapture_System_Windows_Input_MouseEventArgs_">OnLostMouseCapture(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when an unhandled <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement.lostmousecapture">LostMouseCapture</a> 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_GcDropDownCalendar_OnScrolled_System_Windows_RoutedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnScrolled(System.Windows.RoutedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnScrolled.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnScrolled_System_Windows_RoutedEventArgs_">OnScrolled(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when navigating to the previous or next dates, to raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scrolled.html">Scrolled</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnSelectionChanged_System_Windows_Controls_SelectionChangedEventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.OnSelectionChanged.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_OnSelectionChanged_System_Windows_Controls_SelectionChangedEventArgs_">OnSelectionChanged(SelectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDatesChanged.html">SelectedDatesChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_Scroll_System_Int32_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scroll(System.Int32)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scroll.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_Scroll_System_Int32_">Scroll(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the specified offset.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ZoomIn" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ZoomIn">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ZoomIn.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ZoomIn">ZoomIn()</a>
        </td>
        <td class="markdown level1 summary"><p>The control zoom in.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ZoomOut" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ZoomOut">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ZoomOut.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_ZoomOut">ZoomOut()</a>
        </td>
        <td class="markdown level1 summary"><p>The control zoom out.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_GcDropDownCalendar_ClickDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ClickDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.ClickDate.html">ClickDate</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when mouse clicked on the button of calendar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayModeChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayModeChanged.html">DisplayModeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DisplayMode.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DisplayMode">DisplayMode</a> property changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_DoubleClickDate" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DoubleClickDate">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.DoubleClickDate.html">DoubleClickDate</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when mouse double clicked on the button of calendar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDateChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged.html">FocusedDateChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDate.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_FocusedDate">FocusedDate</a> property changed, to raise the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FocusedDateChanged.html">FocusedDateChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_Scrolled" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scrolled">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.Scrolled.html">Scrolled</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the calendar scrolled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcDropDownCalendar_SelectedDatesChanged" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDatesChanged">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectedDatesChanged.html">SelectedDatesChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection of <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.html">GcDropDownCalendar</a> has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
