# 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"><span class="xref">C1DatePicker</span></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.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))]
[StyleTypedProperty(Property = &quot;DropDownButtonStyle&quot;, StyleTargetType = typeof(C1ToggleButton))]
[StyleTypedProperty(Property = &quot;DropDownIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
[TemplatePart(Name = &quot;TextBox&quot;, Type = typeof(C1MaskedTextBox))]
[TemplatePart(Name = &quot;Button&quot;, Type = typeof(C1ToggleButton))]
[TemplatePart(Name = &quot;Popup&quot;, Type = typeof(Popup))]
[TemplatePart(Name = &quot;Calendar&quot;, Type = typeof(Calendar))]
[TemplatePart(Name = &quot;ValidationDecorator&quot;, Type = typeof(C1ValidationDecorator))]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
public class C1DatePicker : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;CalendarStyle&quot;, StyleTargetType:=GetType(Calendar))&gt;
&lt;StyleTypedProperty(Property:=&quot;DropDownButtonStyle&quot;, StyleTargetType:=GetType(C1ToggleButton))&gt;
&lt;StyleTypedProperty(Property:=&quot;DropDownIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
&lt;TemplatePart(Name:=&quot;TextBox&quot;, Type:=GetType(C1MaskedTextBox))&gt;
&lt;TemplatePart(Name:=&quot;Button&quot;, Type:=GetType(C1ToggleButton))&gt;
&lt;TemplatePart(Name:=&quot;Popup&quot;, Type:=GetType(Popup))&gt;
&lt;TemplatePart(Name:=&quot;Calendar&quot;, Type:=GetType(Calendar))&gt;
&lt;TemplatePart(Name:=&quot;ValidationDecorator&quot;, Type:=GetType(C1ValidationDecorator))&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
Public Class C1DatePicker
    Inherits C1View</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 the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.html">C1DatePicker</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="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_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_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_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_DropDownButtonStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DropDownButtonStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownButtonStyleProperty.html">DropDownButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownButtonStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_DropDownButtonStyle">DropDownButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconStyleProperty.html">DropDownIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconStyle">DropDownIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconTemplateProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconTemplateProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconTemplateProperty.html">DropDownIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconTemplate.html#C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconTemplate">DropDownIconTemplate</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_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_MouseOverBorderBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBorderBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_MouseOverBorderBrush">MouseOverBorderBrush</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_PlaceholderProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.PlaceholderProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Placeholder.html#C1_WPF_DateTimeEditors_C1DatePicker_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_PopupStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.PopupStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PopupStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_PopupStyle">PopupStyle</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_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>
    </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_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.</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_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_DropDownButtonStyle" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DropDownButtonStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownButtonStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_DropDownButtonStyle">DropDownButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the button that opens the drop-down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconStyle" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconStyle">DropDownIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the drop-down button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconTemplate" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconTemplate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.DropDownIconTemplate.html#C1_WPF_DateTimeEditors_C1DatePicker_DropDownIconTemplate">DropDownIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the drop-down button.</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 opened 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>Gets whether the control is focused.</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_MouseOverBorderBrush" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.MouseOverBorderBrush.html#C1_WPF_DateTimeEditors_C1DatePicker_MouseOverBorderBrush">MouseOverBorderBrush</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 border of the control when it has the mouse over.</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_Placeholder" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.Placeholder">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Placeholder.html#C1_WPF_DateTimeEditors_C1DatePicker_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DatePicker_PopupStyle" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.PopupStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.PopupStyle.html#C1_WPF_DateTimeEditors_C1DatePicker_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the popup.</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.Input.C1ValidationDecorator</span>.</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_Dispose_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1DatePicker.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DatePicker.Dispose.html#C1_WPF_DateTimeEditors_C1DatePicker_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></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"></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_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_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>
