[]
        
(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; }
<TypeConverter(GetType(DateTimeTypeConverter))>
Public Property SelectedDate As Date?
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.