[]
Gets or sets the date value assigned to the component.
[C1Category("Data")]
[C1Description("RibbonDatePicker.Value", "The date value assigned to the component.")]
[Bindable(true)]
public DateTime Value { get; set; }
Use the ValueIsNull property to determine whether the selected date is valid.