[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonDatePicker.Value

Value Property

Value

Gets or sets the date value assigned to the component.

Declaration
[C1Category("Data")]
[C1Description("RibbonDatePicker.Value", "The date value assigned to the component.")]
[Bindable(true)]
public DateTime Value { get; set; }
<C1Category("Data")>
<C1Description("RibbonDatePicker.Value", "The date value assigned to the component.")>
<Bindable(True)>
Public Property Value As Date
Remarks

Use the ValueIsNull property to determine whether the selected date is valid.