Gets or sets the selected date. This will be the first DateTime in the selected dates collection. This will be null if there is no selected date. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also