Gets or sets the date that is displayed as selected in this control.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[TypeConverterAttribute(typeof(NullableDateTimeConverter))]
public Nullable<DateTime> SelectedDate { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(NullableDateTimeConverter))> _
Public Property SelectedDate As Nullable(Of DateTime)
	Get
	Set
XAML Property Element Usage
<object>
  <object.SelectedDate>
    <Nullable<DateTime> .../>
  </object.SelectedDate>
</object>

See Also