[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.C1DatePicker.SelectedDate

SelectedDate Property

SelectedDate

Gets or sets the currently selected date.

Declaration
[TypeConverter(typeof(DateTimeTypeConverter))]
public DateTime? SelectedDate { get; set; }
Exceptions
Type Condition
ArgumentOutOfRangeException

The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd, or the specified date is in the BlackoutDates collection.