# C1.Win.Ribbon.RibbonDatePicker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonDatePicker" data-uid="C1.Win.Ribbon.RibbonDatePicker" class="text-break">RibbonDatePicker Class
</h1>
  <div class="markdown level0 summary"><p>Represents a date-picker element in <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> and <a class="xref" href="C1.Win.Ribbon.C1StatusBar.html">C1StatusBar</a> controls.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level4"><a class="xref" href="C1.Win.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level5"><a class="xref" href="C1.Win.Ribbon.RibbonDropDownBase.html">RibbonDropDownBase</a></div>
    <div class="level6"><span class="xref">RibbonDatePicker</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">ISupportUiaContainer</span></div>
    <div><span class="xref">IUiaExpandCollapseProvider</span></div>
    <div><span class="xref">IUiaValueProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_RibbonDatePicker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonDatePicker : RibbonDropDownBase, IComponent, IDisposable, ISupportUiaContainer, IUiaExpandCollapseProvider, IUiaValueProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonDatePicker
    Inherits RibbonDropDownBase
    Implements IComponent, IDisposable, ISupportUiaContainer, IUiaExpandCollapseProvider, IUiaValueProvider</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_Win_Ribbon_RibbonDatePicker__ctor" data-uid="C1.Win.Ribbon.RibbonDatePicker.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.-ctor.html#C1_Win_Ribbon_RibbonDatePicker__ctor">RibbonDatePicker()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a>.</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_Win_Ribbon_RibbonDatePicker_CanBeAddedToQat" data-uid="C1.Win.Ribbon.RibbonDatePicker.CanBeAddedToQat">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.CanBeAddedToQat.html#C1_Win_Ribbon_RibbonDatePicker_CanBeAddedToQat">CanBeAddedToQat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can add this <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> to the Quick Access Toolbar at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ContextMenuStrip" data-uid="C1.Win.Ribbon.RibbonDatePicker.ContextMenuStrip">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ContextMenuStrip.html#C1_Win_Ribbon_RibbonDatePicker_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the context menu strip associated with the text box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_CueBanner" data-uid="C1.Win.Ribbon.RibbonDatePicker.CueBanner">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.CueBanner.html#C1_Win_Ribbon_RibbonDatePicker_CueBanner">CueBanner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the textual cue, or tip, that is displayed by RibbonDatePicker to prompt the user for information.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_DateFormat" data-uid="C1.Win.Ribbon.RibbonDatePicker.DateFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.DateFormat.html#C1_Win_Ribbon_RibbonDatePicker_DateFormat">DateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.datetimeformatinfo">DateTimeFormatInfo</a> that is used for data formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_DropDownAlign" data-uid="C1.Win.Ribbon.RibbonDatePicker.DropDownAlign">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.DropDownAlign.html#C1_Win_Ribbon_RibbonDatePicker_DropDownAlign">DropDownAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the drop-down portion relative to this component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_Format" data-uid="C1.Win.Ribbon.RibbonDatePicker.Format">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.Format.html#C1_Win_Ribbon_RibbonDatePicker_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom date format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_GapBeforeTextArea" data-uid="C1.Win.Ribbon.RibbonDatePicker.GapBeforeTextArea">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.GapBeforeTextArea.html#C1_Win_Ribbon_RibbonDatePicker_GapBeforeTextArea">GapBeforeTextArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gap between the label and text area when this <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a> appears on a <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_KeyTip" data-uid="C1.Win.Ribbon.RibbonDatePicker.KeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.KeyTip.html#C1_Win_Ribbon_RibbonDatePicker_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a RibbonDatePicker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_Label" data-uid="C1.Win.Ribbon.RibbonDatePicker.Label">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.Label.html#C1_Win_Ribbon_RibbonDatePicker_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label used to identify this <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_LabelWidth" data-uid="C1.Win.Ribbon.RibbonDatePicker.LabelWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.LabelWidth.html#C1_Win_Ribbon_RibbonDatePicker_LabelWidth">LabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the text label. Set to -1 to let the label calculate width automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ReadOnly" data-uid="C1.Win.Ribbon.RibbonDatePicker.ReadOnly">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ReadOnly.html#C1_Win_Ribbon_RibbonDatePicker_ReadOnly">ReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the contents of the component can be changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ShowToday" data-uid="C1.Win.Ribbon.RibbonDatePicker.ShowToday">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ShowToday.html#C1_Win_Ribbon_RibbonDatePicker_ShowToday">ShowToday</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the today date is displayed at the bottom of the Calendar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_StandardFormat" data-uid="C1.Win.Ribbon.RibbonDatePicker.StandardFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.StandardFormat.html#C1_Win_Ribbon_RibbonDatePicker_StandardFormat">StandardFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the standard date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_Text" data-uid="C1.Win.Ribbon.RibbonDatePicker.Text">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.Text.html#C1_Win_Ribbon_RibbonDatePicker_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text associated with the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_TextAlign" data-uid="C1.Win.Ribbon.RibbonDatePicker.TextAlign">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.TextAlign.html#C1_Win_Ribbon_RibbonDatePicker_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how text is aligned in the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_TextAreaWidth" data-uid="C1.Win.Ribbon.RibbonDatePicker.TextAreaWidth">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.TextAreaWidth.html#C1_Win_Ribbon_RibbonDatePicker_TextAreaWidth">TextAreaWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a>'s text area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_TextBox" data-uid="C1.Win.Ribbon.RibbonDatePicker.TextBox">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.TextBox.html#C1_Win_Ribbon_RibbonDatePicker_TextBox">TextBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.TextBox.html#C1_Win_Ribbon_RibbonDatePicker_TextBox">TextBox</a> control contained in this <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_Value" data-uid="C1.Win.Ribbon.RibbonDatePicker.Value">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.Value.html#C1_Win_Ribbon_RibbonDatePicker_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date value assigned to the component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ValueIsNull" data-uid="C1.Win.Ribbon.RibbonDatePicker.ValueIsNull">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ValueIsNull.html#C1_Win_Ribbon_RibbonDatePicker_ValueIsNull">ValueIsNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the selected date is null.</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_Win_Ribbon_RibbonDatePicker_OnChangeCanceled_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnChangeCanceled(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnChangeCanceled.html#C1_Win_Ribbon_RibbonDatePicker_OnChangeCanceled_System_EventArgs_">OnChangeCanceled(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ChangeCanceled.html">ChangeCanceled</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnChangeCommitted_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnChangeCommitted(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnChangeCommitted.html#C1_Win_Ribbon_RibbonDatePicker_OnChangeCommitted_System_EventArgs_">OnChangeCommitted(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ChangeCommitted.html">ChangeCommitted</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnFormatChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnFormatChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnFormatChanged.html#C1_Win_Ribbon_RibbonDatePicker_OnFormatChanged_System_EventArgs_">OnFormatChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.FormatChanged.html">FormatChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnGotFocus_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnGotFocus.html#C1_Win_Ribbon_RibbonDatePicker_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.GotFocus.html">GotFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnKeyDown.html#C1_Win_Ribbon_RibbonDatePicker_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.KeyDown.html">KeyDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnKeyPress.html#C1_Win_Ribbon_RibbonDatePicker_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.KeyPress.html">KeyPress</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnKeyUp.html#C1_Win_Ribbon_RibbonDatePicker_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.KeyUp.html">KeyUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnLostFocus_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnLostFocus.html#C1_Win_Ribbon_RibbonDatePicker_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.LostFocus.html">LostFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnPrepareDateFormat_C1_Win_Ribbon_PrepareDateTimeFormatEventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnPrepareDateFormat(C1.Win.Ribbon.PrepareDateTimeFormatEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnPrepareDateFormat.html#C1_Win_Ribbon_RibbonDatePicker_OnPrepareDateFormat_C1_Win_Ribbon_PrepareDateTimeFormatEventArgs_">OnPrepareDateFormat(PrepareDateTimeFormatEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.PrepareDateFormat.html">PrepareDateFormat</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnTextChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnTextChanged.html#C1_Win_Ribbon_RibbonDatePicker_OnTextChanged_System_EventArgs_">OnTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.TextChanged.html">TextChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_OnValueChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonDatePicker.OnValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.OnValueChanged.html#C1_Win_Ribbon_RibbonDatePicker_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ValueChanged.html">ValueChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ResetValue" data-uid="C1.Win.Ribbon.RibbonDatePicker.ResetValue">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ResetValue.html#C1_Win_Ribbon_RibbonDatePicker_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ShouldSerializeItems" data-uid="C1.Win.Ribbon.RibbonDatePicker.ShouldSerializeItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ShouldSerializeItems.html#C1_Win_Ribbon_RibbonDatePicker_ShouldSerializeItems">ShouldSerializeItems()</a>
        </td>
        <td class="markdown level1 summary"><p>This member is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ShouldSerializeStandardFormat" data-uid="C1.Win.Ribbon.RibbonDatePicker.ShouldSerializeStandardFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ShouldSerializeStandardFormat.html#C1_Win_Ribbon_RibbonDatePicker_ShouldSerializeStandardFormat">ShouldSerializeStandardFormat()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ShouldSerializeValue" data-uid="C1.Win.Ribbon.RibbonDatePicker.ShouldSerializeValue">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ShouldSerializeValue.html#C1_Win_Ribbon_RibbonDatePicker_ShouldSerializeValue">ShouldSerializeValue()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Ribbon_RibbonDatePicker_ChangeCanceled" data-uid="C1.Win.Ribbon.RibbonDatePicker.ChangeCanceled">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ChangeCanceled.html">ChangeCanceled</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user cancels changes to the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ChangeCommitted" data-uid="C1.Win.Ribbon.RibbonDatePicker.ChangeCommitted">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ChangeCommitted.html">ChangeCommitted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user commits changes to the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_FormatChanged" data-uid="C1.Win.Ribbon.RibbonDatePicker.FormatChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.FormatChanged.html">FormatChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.Format.html#C1_Win_Ribbon_RibbonDatePicker_Format">Format</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_GotFocus" data-uid="C1.Win.Ribbon.RibbonDatePicker.GotFocus">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.GotFocus.html">GotFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a> receives focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_KeyDown" data-uid="C1.Win.Ribbon.RibbonDatePicker.KeyDown">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.KeyDown.html">KeyDown</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a key is first pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_KeyPress" data-uid="C1.Win.Ribbon.RibbonDatePicker.KeyPress">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.KeyPress.html">KeyPress</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses and releases a key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_KeyUp" data-uid="C1.Win.Ribbon.RibbonDatePicker.KeyUp">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.KeyUp.html">KeyUp</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a key is released.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_LostFocus" data-uid="C1.Win.Ribbon.RibbonDatePicker.LostFocus">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.LostFocus.html">LostFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.html">RibbonDatePicker</a> loses focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_PrepareDateFormat" data-uid="C1.Win.Ribbon.RibbonDatePicker.PrepareDateFormat">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.PrepareDateFormat.html">PrepareDateFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.DateFormat.html#C1_Win_Ribbon_RibbonDatePicker_DateFormat">DateFormat</a> property is recreated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_TextChanged" data-uid="C1.Win.Ribbon.RibbonDatePicker.TextChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the text is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonDatePicker_ValueChanged" data-uid="C1.Win.Ribbon.RibbonDatePicker.ValueChanged">
          <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.Value.html#C1_Win_Ribbon_RibbonDatePicker_Value">Value</a> property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
