Gets or sets the currently selected date.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public Nullable<DateTime> SelectedDate { get; set; }
Visual Basic
Public Property SelectedDate As Nullable(Of DateTime)
	Get
	Set

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd, or the specified date is in the [!:BlackoutDates] collection.

See Also