# C1.WPF.DateTimeEditors.C1DatePicker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DateTimeEditors_C1DatePicker" data-uid="C1.WPF.DateTimeEditors.C1DatePicker" class="text-break">C1DatePicker Class
</h1>
  <div class="markdown level0 summary"><p>Allows selecting and editing date values.</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.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1DatePicker</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.DateTimeEditors.html">C1.WPF.DateTimeEditors</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DateTimeEditors.4.6.2.dll</h6>
  <h5 id="C1_WPF_DateTimeEditors_C1DatePicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;CalendarStyle&quot;, StyleTargetType = typeof(Calendar))]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplatePart(Name = &quot;TextBox&quot;, Type = typeof(C1TextBoxBase))]
[TemplatePart(Name = &quot;Root&quot;, Type = typeof(FrameworkElement))]
[TemplatePart(Name = &quot;Button&quot;, Type = typeof(Button))]
[TemplatePart(Name = &quot;Popup&quot;, Type = typeof(Popup))]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Unfocused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Valid&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidUnfocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[TemplateVisualState(Name = &quot;InvalidFocused&quot;, GroupName = &quot;ValidationStatesStates&quot;)]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
public class C1DatePicker : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;CalendarStyle&quot;, StyleTargetType:=GetType(Calendar))&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplatePart(Name:=&quot;TextBox&quot;, Type:=GetType(C1TextBoxBase))&gt;
&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(FrameworkElement))&gt;
&lt;TemplatePart(Name:=&quot;Button&quot;, Type:=GetType(Button))&gt;
&lt;TemplatePart(Name:=&quot;Popup&quot;, Type:=GetType(Popup))&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unfocused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Valid&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidUnfocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;InvalidFocused&quot;, GroupName:=&quot;ValidationStatesStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
Public Class C1DatePicker
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </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="C1_WPF_DateTimeEditors_C1DatePicker__ctor" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.#ctor">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.-ctor.html#C1_WPF_DateTimeEditors_C1DatePicker__ctor">C1DatePicker()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.html">C1DatePicker</a>.</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="C1_WPF_DateTimeEditors_C1DatePicker_AllowNullProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.AllowNullProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.AllowNullProperty.html">AllowNullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.AllowNull.html#C1_WPF_DateTimeEditors_C1DatePicker_AllowNull">AllowNull</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_ButtonBackgroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ButtonBackground.html#C1_WPF_DateTimeEditors_C1DatePicker_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_ButtonForegroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ButtonForeground.html#C1_WPF_DateTimeEditors_C1DatePicker_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CalendarStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CalendarStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CalendarStyleProperty.html">CalendarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CalendarStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_CalendarStyle">CalendarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CaretBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CaretBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CaretBrushProperty.html">CaretBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CaretBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_CaretBrush">CaretBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CornerRadiusProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CornerRadius.html#C1_WPF_DateTimeEditors_C1DatePicker_CornerRadius">CornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CustomFormatProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CustomFormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CustomFormatProperty.html">CustomFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CustomFormat.html#C1_WPF_DateTimeEditors_C1DatePicker_CustomFormat">CustomFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisabledCuesVisibilityProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisabledCuesVisibility.html#C1_WPF_DateTimeEditors_C1DatePicker_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateEndProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateEndProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateEndProperty.html">DisplayDateEndProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateEnd.html#C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateEnd">DisplayDateEnd</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateProperty.html">DisplayDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDate.html#C1_WPF_DateTimeEditors_C1DatePicker_DisplayDate">DisplayDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateStartProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateStartProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateStartProperty.html">DisplayDateStartProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateStart.html#C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateStart">DisplayDateStart</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayModeProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayModeProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayModeProperty.html">DisplayModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayMode.html#C1_WPF_DateTimeEditors_C1DatePicker_DisplayMode">DisplayMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_FirstDayOfWeekProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.FirstDayOfWeekProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FirstDayOfWeekProperty.html">FirstDayOfWeekProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FirstDayOfWeek.html#C1_WPF_DateTimeEditors_C1DatePicker_FirstDayOfWeek">FirstDayOfWeek</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_FocusBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.FocusBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FocusBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_FocusCuesVisibilityProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FocusCuesVisibility.html#C1_WPF_DateTimeEditors_C1DatePicker_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsDropDownOpenProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsDropDownOpenProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsDropDownOpen.html#C1_WPF_DateTimeEditors_C1DatePicker_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsFocusedProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsFocusedProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsFocused.html#C1_WPF_DateTimeEditors_C1DatePicker_IsFocused">IsFocused</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsReadOnlyProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsReadOnly.html#C1_WPF_DateTimeEditors_C1DatePicker_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsTodayHighlightedProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsTodayHighlightedProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsTodayHighlightedProperty.html">IsTodayHighlightedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsTodayHighlighted.html#C1_WPF_DateTimeEditors_C1DatePicker_IsTodayHighlighted">IsTodayHighlighted</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_MaskProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.MaskProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.MaskProperty.html">MaskProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Mask.html#C1_WPF_DateTimeEditors_C1DatePicker_Mask">Mask</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_MouseOverBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_PressedBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.PressedBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PressedBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_PromptProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.PromptProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PromptProperty.html">PromptProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Prompt.html#C1_WPF_DateTimeEditors_C1DatePicker_Prompt">Prompt</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectedDateChangedEvent" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateChangedEvent">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateChangedEvent.html">SelectedDateChangedEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateChanged.html">SelectedDateChanged</a> routed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectedDateFormatProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateFormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateFormatProperty.html">SelectedDateFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateFormat.html#C1_WPF_DateTimeEditors_C1DatePicker_SelectedDateFormat">SelectedDateFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectedDateProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateProperty.html">SelectedDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDate.html#C1_WPF_DateTimeEditors_C1DatePicker_SelectedDate">SelectedDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectionBackgroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.DateTimeEditors.C1DatePicker.SelectionBackground</span> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectionForegroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectionForegroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectionForegroundProperty.html">SelectionForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.DateTimeEditors.C1DatePicker.SelectionForeground</span> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_TextProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.TextProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Text.html#C1_WPF_DateTimeEditors_C1DatePicker_Text">Text</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_ValidationDecoratorStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ValidationDecoratorStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_ValidationDecoratorStyle">ValidationDecoratorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_WatermarkProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.WatermarkProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.WatermarkProperty.html">WatermarkProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Watermark.html#C1_WPF_DateTimeEditors_C1DatePicker_Watermark">Watermark</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="C1_WPF_DateTimeEditors_C1DatePicker_AllowNull" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.AllowNull">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.AllowNull.html#C1_WPF_DateTimeEditors_C1DatePicker_AllowNull">AllowNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can enter null values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_BlackoutDates" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.BlackoutDates">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.BlackoutDates.html#C1_WPF_DateTimeEditors_C1DatePicker_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="C1_WPF_DateTimeEditors_C1DatePicker_ButtonBackground" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ButtonBackground">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ButtonBackground.html#C1_WPF_DateTimeEditors_C1DatePicker_ButtonBackground">ButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_ButtonForeground" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ButtonForeground">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ButtonForeground.html#C1_WPF_DateTimeEditors_C1DatePicker_ButtonForeground">ButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CalendarStyle" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CalendarStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CalendarStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_CalendarStyle">CalendarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is used when rendering the calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CaretBrush" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CaretBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CaretBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_CaretBrush">CaretBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> of the blinking cursor of an input control.  When .NET Framework is v3.5, 'CaretBrush' takes no effect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CornerRadius" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CornerRadius">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CornerRadius.html#C1_WPF_DateTimeEditors_C1DatePicker_CornerRadius">CornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that represents the degree to which the corners of the element are rounded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CustomFormat" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CustomFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CustomFormat.html#C1_WPF_DateTimeEditors_C1DatePicker_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom date/time format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisabledCuesVisibility" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisabledCuesVisibility.html#C1_WPF_DateTimeEditors_C1DatePicker_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayDate" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDate.html#C1_WPF_DateTimeEditors_C1DatePicker_DisplayDate">DisplayDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date to display in drop-down calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateEnd" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateEnd">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateEnd.html#C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateEnd">DisplayDateEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the last date to be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateStart" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateStart">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayDateStart.html#C1_WPF_DateTimeEditors_C1DatePicker_DisplayDateStart">DisplayDateStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first date to be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DisplayMode" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DisplayMode">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DisplayMode.html#C1_WPF_DateTimeEditors_C1DatePicker_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.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_FirstDayOfWeek" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.FirstDayOfWeek">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FirstDayOfWeek.html#C1_WPF_DateTimeEditors_C1DatePicker_FirstDayOfWeek">FirstDayOfWeek</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the day that is considered the beginning of the week.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_FocusBrush" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.FocusBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FocusBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_FocusCuesVisibility" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FocusCuesVisibility.html#C1_WPF_DateTimeEditors_C1DatePicker_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsDropDownOpen" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsDropDownOpen">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsDropDownOpen.html#C1_WPF_DateTimeEditors_C1DatePicker_IsDropDownOpen">IsDropDownOpen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the drop-down calendar is open or closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsFocused" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsFocused">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsFocused.html#C1_WPF_DateTimeEditors_C1DatePicker_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the control has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsReadOnly" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsReadOnly">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsReadOnly.html#C1_WPF_DateTimeEditors_C1DatePicker_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that determines if the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.html">C1DatePicker</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsTodayHighlighted" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsTodayHighlighted">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsTodayHighlighted.html#C1_WPF_DateTimeEditors_C1DatePicker_IsTodayHighlighted">IsTodayHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the boolean value, specifying whether the current date is highlighted in the drop-down calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_Mask" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.Mask">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Mask.html#C1_WPF_DateTimeEditors_C1DatePicker_Mask">Mask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the input mask.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_MouseOverBrush" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_PressedBrush" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.PressedBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PressedBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_Prompt" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.Prompt">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Prompt.html#C1_WPF_DateTimeEditors_C1DatePicker_Prompt">Prompt</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the character used to show spaces where user is supposed to type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectedDate" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDate.html#C1_WPF_DateTimeEditors_C1DatePicker_SelectedDate">SelectedDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectedDateFormat" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateFormat.html#C1_WPF_DateTimeEditors_C1DatePicker_SelectedDateFormat">SelectedDateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format that is used to display the selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_Text" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.Text">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Text.html#C1_WPF_DateTimeEditors_C1DatePicker_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that is displayed by the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.html">C1DatePicker</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_ValidationDecoratorStyle" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ValidationDecoratorStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style that is applied to the inner <span class="xref">C1.WPF.C1ValidationDecorator</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_Watermark" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.Watermark">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Watermark.html#C1_WPF_DateTimeEditors_C1DatePicker_Watermark">Watermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the watermark.</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="C1_WPF_DateTimeEditors_C1DatePicker_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ChangeVisualStateCommon.html#C1_WPF_DateTimeEditors_C1DatePicker_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ChangeVisualStateFocus.html#C1_WPF_DateTimeEditors_C1DatePicker_ChangeVisualStateFocus_System_Boolean_">ChangeVisualStateFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Focus visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_FinalizeEditing" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.FinalizeEditing">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.FinalizeEditing.html#C1_WPF_DateTimeEditors_C1DatePicker_FinalizeEditing">FinalizeEditing()</a>
        </td>
        <td class="markdown level1 summary"><p>Forces the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDate.html#C1_WPF_DateTimeEditors_C1DatePicker_SelectedDate">SelectedDate</a> property value update.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnApplyTemplate" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnApplyTemplate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnApplyTemplate.html#C1_WPF_DateTimeEditors_C1DatePicker_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.html">C1DatePicker</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnCreateAutomationPeer" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnCreateAutomationPeer.html#C1_WPF_DateTimeEditors_C1DatePicker_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnDateValidationError_System_Windows_Controls_DatePickerDateValidationErrorEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnDateValidationError(System.Windows.Controls.DatePickerDateValidationErrorEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnDateValidationError.html#C1_WPF_DateTimeEditors_C1DatePicker_OnDateValidationError_System_Windows_Controls_DatePickerDateValidationErrorEventArgs_">OnDateValidationError(DatePickerDateValidationErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DateValidationError.html">DateValidationError</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnIsKeyboardFocusWithinChanged.html#C1_WPF_DateTimeEditors_C1DatePicker_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnLostFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnLostFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnLostFocus.html#C1_WPF_DateTimeEditors_C1DatePicker_OnLostFocus_System_Windows_RoutedEventArgs_">OnLostFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes editing and closes dropdown part if focus is out of the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.html">C1DatePicker</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnMouseWheel.html#C1_WPF_DateTimeEditors_C1DatePicker_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDate.html#C1_WPF_DateTimeEditors_C1DatePicker_SelectedDate">SelectedDate</a> property according to the mouse wheel delta.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnPropertyChanged.html#C1_WPF_DateTimeEditors_C1DatePicker_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnSelectedDateChanged_System_Windows_Controls_SelectionChangedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnSelectedDateChanged(System.Windows.Controls.SelectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnSelectedDateChanged.html#C1_WPF_DateTimeEditors_C1DatePicker_OnSelectedDateChanged_System_Windows_Controls_SelectionChangedEventArgs_">OnSelectedDateChanged(SelectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateChanged.html">SelectedDateChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_OnSelectionCommitted" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.OnSelectionCommitted">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.OnSelectionCommitted.html#C1_WPF_DateTimeEditors_C1DatePicker_OnSelectionCommitted">OnSelectionCommitted()</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the SelectionCommitted event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_ToString" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.ToString">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.ToString.html#C1_WPF_DateTimeEditors_C1DatePicker_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Provides a text representation of the selected date.</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="C1_WPF_DateTimeEditors_C1DatePicker_CalendarClosed" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CalendarClosed">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CalendarClosed.html">CalendarClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the drop-down <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.calendar">Calendar</a> is closed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_CalendarOpened" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.CalendarOpened">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.CalendarOpened.html">CalendarOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the drop-down <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.calendar">Calendar</a> is opened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DateValidationError" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DateValidationError">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DateValidationError.html">DateValidationError</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text entered into the C1DatePicker cannot be parsed or the Date is not valid to be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_IsMouseOverChanged" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectedDateChanged" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateChanged">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateChanged.html">SelectedDateChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the
<a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectedDate.html#C1_WPF_DateTimeEditors_C1DatePicker_SelectedDate">SelectedDate</a> property is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_SelectionCommitted" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.SelectionCommitted">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.SelectionCommitted.html">SelectionCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>The SelectionCommitted event is fired when the selected date is committed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
