# 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"><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">C1DateTimePicker</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_C1DateTimePicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[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;DatePicker&quot;, Type = typeof(C1DatePicker))]
[TemplatePart(Name = &quot;TimeEditor&quot;, Type = typeof(C1TimeEditor))]
[TemplatePart(Name = &quot;Root&quot;, Type = typeof(FrameworkElement))]
[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 C1DateTimePicker : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&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;DatePicker&quot;, Type:=GetType(C1DatePicker))&gt;
&lt;TemplatePart(Name:=&quot;TimeEditor&quot;, Type:=GetType(C1TimeEditor))&gt;
&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(FrameworkElement))&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 C1DateTimePicker
    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_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 a <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.html">C1DateTimePicker</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_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_ButtonBackgroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonBackground.html#C1_WPF_DateTimeEditors_C1DateTimePicker_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_ButtonForegroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonForeground.html#C1_WPF_DateTimeEditors_C1DateTimePicker_ButtonForeground">ButtonForeground</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_CornerRadiusProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CornerRadiusProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CornerRadiusProperty.html">CornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CornerRadius.html#C1_WPF_DateTimeEditors_C1DateTimePicker_CornerRadius">CornerRadius</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_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_DateWatermarkProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateWatermarkProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateWatermarkProperty.html">DateWatermarkProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateWatermark.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateWatermark">DateWatermark</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DisabledCuesVisibilityProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DisabledCuesVisibility.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DisabledCuesVisibility">DisabledCuesVisibility</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_FocusCuesVisibilityProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusCuesVisibility.html#C1_WPF_DateTimeEditors_C1DateTimePicker_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_IsFocusedProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.IsFocusedProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.IsFocused.html#C1_WPF_DateTimeEditors_C1DateTimePicker_IsFocused">IsFocused</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_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_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_SelectionBackgroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionBackgroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionBackgroundProperty.html">SelectionBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionBackground</span> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_SelectionForegroundProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionForegroundProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionForegroundProperty.html">SelectionForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <span class="xref">C1.WPF.DateTimeEditors.C1DateTimePicker.SelectionForeground</span> 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_TimeWatermarkProperty" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeWatermarkProperty">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeWatermarkProperty.html">TimeWatermarkProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeWatermark.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeWatermark">TimeWatermark</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_ButtonBackground" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonBackground">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonBackground.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_C1DateTimePicker_ButtonForeground" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonForeground">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ButtonForeground.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_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_CornerRadius" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.CornerRadius">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.CornerRadius.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_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_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_DateWatermark" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DateWatermark">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DateWatermark.html#C1_WPF_DateTimeEditors_C1DateTimePicker_DateWatermark">DateWatermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the date part watermark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_DisabledCuesVisibility" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.DisabledCuesVisibility.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_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>Defines 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_FocusCuesVisibility" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.FocusCuesVisibility.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_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 a value indicating whether the drop-down calendar is open 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>Returns true if the control has the focus.</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_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_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_TimeWatermark" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeWatermark">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.TimeWatermark.html#C1_WPF_DateTimeEditors_C1DateTimePicker_TimeWatermark">TimeWatermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the time part watermark.</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.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_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.ChangeVisualStateFocus.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_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"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.html">C1DateTimePicker</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_C1DateTimePicker_OnCreateAutomationPeer" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.OnCreateAutomationPeer.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_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_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.OnPropertyChanged.html#C1_WPF_DateTimeEditors_C1DateTimePicker_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_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_IsMouseOverChanged" data-uid="C1.WPF.DateTimeEditors.C1DateTimePicker.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.DateTimeEditors.C1DateTimePicker.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_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>
