# C1.Win.Ribbon.RibbonDatePicker.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Ribbon_RibbonDatePicker_Value_" data-uid="C1.Win.Ribbon.RibbonDatePicker.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Ribbon_RibbonDatePicker_Value_" data-uid="C1.Win.Ribbon.RibbonDatePicker.Value*"></a>
<h4 id="C1_Win_Ribbon_RibbonDatePicker_Value" data-uid="C1.Win.Ribbon.RibbonDatePicker.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets the date value assigned to the component.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;RibbonDatePicker.Value&quot;, &quot;The date value assigned to the component.&quot;)]
[Bindable(true)]
public DateTime Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;RibbonDatePicker.Value&quot;, &quot;The date value assigned to the component.&quot;)&gt;
&lt;Bindable(True)&gt;
Public Property Value As Date</code></pre>
</div>
<h5 id="C1_Win_Ribbon_RibbonDatePicker_Value_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Use the <a class="xref" href="C1.Win.Ribbon.RibbonDatePicker.ValueIsNull.html#C1_Win_Ribbon_RibbonDatePicker_ValueIsNull">ValueIsNull</a> property to determine whether the selected date is valid.</p>
</div>
</div>
