# C1.WPF.DateTimeEditors.C1DateTimePicker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DateTimeEditors_C1DateTimePicker" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker" class="text-break">C1DateTimePicker Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.html">C1DateTimePicker</a> controls allows editing <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTime.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateTime">DateTime</a> 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">C1DateTimePicker</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_C1DateTimePicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
[TemplatePart(Name = &quot;DatePicker&quot;, Type = typeof(C1DatePicker))]
[TemplatePart(Name = &quot;TimeEditor&quot;, Type = typeof(C1TimeEditor))]
[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 C1DateTimePicker : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
&lt;TemplatePart(Name:=&quot;DatePicker&quot;, Type:=GetType(C1DatePicker))&gt;
&lt;TemplatePart(Name:=&quot;TimeEditor&quot;, Type:=GetType(C1TimeEditor))&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 C1DateTimePicker
    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_C1DateTimePicker__ctor" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.#ctor">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.-ctor.html#C1_WPF_DateTimeEditors_C1DateTimePicker__ctor">C1DateTimePicker()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.html">C1DateTimePicker</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_C1DateTimePicker_AllowNullProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.AllowNullProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.AllowNullProperty.html">AllowNullProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.AllowNull.html#C1_WPF_DateTimeEditors_C1DateTimePicker_AllowNull">AllowNull</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_CaretBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CaretBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CaretBrushProperty.html">CaretBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CaretBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_CaretBrush">CaretBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_CustomDateFormatProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomDateFormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomDateFormatProperty.html">CustomDateFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomDateFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_CustomDateFormat">CustomDateFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_CustomTimeFormatProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomTimeFormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomTimeFormatProperty.html">CustomTimeFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomTimeFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_CustomTimeFormat">CustomTimeFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DateFormatProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateFormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateFormatProperty.html">DateFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateFormat">DateFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DateMaskProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateMaskProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateMaskProperty.html">DateMaskProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateMask.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateMask">DateMask</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DatePlaceholderProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DatePlaceholderProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DatePlaceholderProperty.html">DatePlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DatePlaceholder.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DatePlaceholder">DatePlaceholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DateTimeProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTimeProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTimeProperty.html">DateTimeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTime.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateTime">DateTime</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_EditModeProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.EditModeProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.EditModeProperty.html">EditModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.EditMode.html#C1_WPF_DateTimeEditors_C1DateTimePicker_EditMode">EditMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_FirstDayOfWeekProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.FirstDayOfWeekProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FirstDayOfWeekProperty.html">FirstDayOfWeekProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FirstDayOfWeek.html#C1_WPF_DateTimeEditors_C1DateTimePicker_FirstDayOfWeek">FirstDayOfWeek</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_FocusBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_IsDropDownOpenProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.IsDropDownOpenProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsDropDownOpenProperty.html">IsDropDownOpenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsDropDownOpen.html#C1_WPF_DateTimeEditors_C1DateTimePicker_IsDropDownOpen">IsDropDownOpen</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_IsReadOnlyProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsReadOnly.html#C1_WPF_DateTimeEditors_C1DateTimePicker_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MaxDateProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MaxDateProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MaxDateProperty.html">MaxDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MaxDate.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MaxDate">MaxDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MinDatePickerWidthProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDatePickerWidthProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDatePickerWidthProperty.html">MinDatePickerWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDatePickerWidth.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MinDatePickerWidth">MinDatePickerWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MinDateProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDateProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDateProperty.html">MinDateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDate.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MinDate">MinDate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MinTimeEditorWidthProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MinTimeEditorWidthProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinTimeEditorWidthProperty.html">MinTimeEditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinTimeEditorWidth.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MinTimeEditorWidth">MinTimeEditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MouseOverBorderBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBorderBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MouseOverBorderBrush">MouseOverBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MouseOverBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_PopupStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.PopupStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.PopupStyle.html#C1_WPF_DateTimeEditors_C1DateTimePicker_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_PressedBrushProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.PressedBrushProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.PressedBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_PromptProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.PromptProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.PromptProperty.html">PromptProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.Prompt.html#C1_WPF_DateTimeEditors_C1DateTimePicker_Prompt">Prompt</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_SeparatorWidthProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.SeparatorWidthProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.SeparatorWidthProperty.html">SeparatorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.SeparatorWidth.html#C1_WPF_DateTimeEditors_C1DateTimePicker_SeparatorWidth">SeparatorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimeFormatProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeFormatProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeFormatProperty.html">TimeFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeFormat">TimeFormat</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimeIncrementProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeIncrementProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeIncrementProperty.html">TimeIncrementProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeIncrement.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeIncrement">TimeIncrement</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimeMaskProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeMaskProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeMaskProperty.html">TimeMaskProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeMask.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeMask">TimeMask</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimePlaceholderProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimePlaceholderProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimePlaceholderProperty.html">TimePlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimePlaceholder.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimePlaceholder">TimePlaceholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_ValidationDecoratorStyleProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ValidationDecoratorStyle.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_AllowNull" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.AllowNull">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.AllowNull.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_BlackoutDates" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.BlackoutDates">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.BlackoutDates.html#C1_WPF_DateTimeEditors_C1DateTimePicker_BlackoutDates">BlackoutDates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the days that are not selectable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_CaretBrush" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CaretBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CaretBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_CustomDateFormat" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomDateFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomDateFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_CustomDateFormat">CustomDateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom date format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_CustomTimeFormat" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomTimeFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CustomTimeFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_CustomTimeFormat">CustomTimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom time format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DateFormat" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateFormat">DateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the C1DatePickerFormat format that is used to display the selected date.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DateMask" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateMask">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateMask.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateMask">DateMask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the input mask for the date part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DatePlaceholder" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DatePlaceholder">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DatePlaceholder.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DatePlaceholder">DatePlaceholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date part placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DateTime" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTime">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTime.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateTime">DateTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a DateTime that is selected in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_EditMode" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.EditMode">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.EditMode.html#C1_WPF_DateTimeEditors_C1DateTimePicker_EditMode">EditMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the edit mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_FirstDayOfWeek" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.FirstDayOfWeek">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FirstDayOfWeek.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_FocusBrush" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_IsDropDownOpen" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.IsDropDownOpen">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsDropDownOpen.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_IsFocused" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.IsFocused">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsFocused.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_IsReadOnly" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.IsReadOnly">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsReadOnly.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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.C1DateTimePicker.html">C1DateTimePicker</a> is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MaxDate" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MaxDate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MaxDate.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MaxDate">MaxDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum DateTime allowed for the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.html">C1DateTimePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MinDate" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDate.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MinDate">MinDate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum DateTime value allowed for the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.html">C1DateTimePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MinDatePickerWidth" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDatePickerWidth">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinDatePickerWidth.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MinDatePickerWidth">MinDatePickerWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets minimum width constraint of the date picker part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MinTimeEditorWidth" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MinTimeEditorWidth">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MinTimeEditorWidth.html#C1_WPF_DateTimeEditors_C1DateTimePicker_MinTimeEditorWidth">MinTimeEditorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets minimum width constraint of the time editor part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_MouseOverBorderBrush" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBorderBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_MouseOverBrush" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.MouseOverBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_PopupStyle" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.PopupStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.PopupStyle.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_PressedBrush" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.PressedBrush">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.PressedBrush.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_Prompt" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.Prompt">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.Prompt.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_SeparatorWidth" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.SeparatorWidth">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.SeparatorWidth.html#C1_WPF_DateTimeEditors_C1DateTimePicker_SeparatorWidth">SeparatorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of space between Date and Time parts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimeFormat" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeFormat">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeFormat.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeFormat">TimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the C1TimeEditorFormat  format that is used to display the selected time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimeIncrement" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeIncrement">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeIncrement.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeIncrement">TimeIncrement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the increment applied when the user pressed the up/down arrow keys in a time part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimeMask" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeMask">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeMask.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeMask">TimeMask</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the input mask for the time part.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_TimePlaceholder" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimePlaceholder">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimePlaceholder.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimePlaceholder">TimePlaceholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time part placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_ValidationDecoratorStyle" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ValidationDecoratorStyle.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ChangeVisualStateCommon.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_Dispose_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.Dispose.html#C1_WPF_DateTimeEditors_C1DateTimePicker_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_FinalizeEditing" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.FinalizeEditing">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FinalizeEditing.html#C1_WPF_DateTimeEditors_C1DateTimePicker_FinalizeEditing">FinalizeEditing()</a>
        </td>
        <td class="markdown level1 summary"><p>Forces the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTime.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateTime">DateTime</a> property value update.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_OnApplyTemplate" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.OnApplyTemplate">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.OnApplyTemplate.html#C1_WPF_DateTimeEditors_C1DateTimePicker_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_OnDateTimeChanged_C1_WPF_DateTimeEditors_NullablePropertyChangedEventArgs_System_DateTime__" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.OnDateTimeChanged(C1.WPF.DateTimeEditors.NullablePropertyChangedEventArgs{System.DateTime})">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.OnDateTimeChanged.html#C1_WPF_DateTimeEditors_C1DateTimePicker_OnDateTimeChanged_C1_WPF_DateTimeEditors_NullablePropertyChangedEventArgs_System_DateTime__">OnDateTimeChanged(NullablePropertyChangedEventArgs&lt;DateTime&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTime.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateTime">DateTime</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.OnIsKeyboardFocusWithinChanged.html#C1_WPF_DateTimeEditors_C1DateTimePicker_OnIsKeyboardFocusWithinChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_OnSelectionCommitted" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.OnSelectionCommitted">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.OnSelectionCommitted.html#C1_WPF_DateTimeEditors_C1DateTimePicker_OnSelectionCommitted">OnSelectionCommitted()</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the SelectionCommitted event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_ToString" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ToString">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ToString.html#C1_WPF_DateTimeEditors_C1DateTimePicker_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Provides a text representation of the DateTime property.</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_C1DateTimePicker_DateTimeChanged" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTimeChanged">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTimeChanged.html">DateTimeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateTime.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateTime">DateTime</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DateValidationError" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateValidationError">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateValidationError.html">DateValidationError</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when text entered into the DatePicker cannot be parsed or the Date is not valid to be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_SelectionCommitted" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionCommitted">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionCommitted.html">SelectionCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>The SelectionCommitted event is fired when the new DateTime property value is committed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
