[]
Gets or sets the selected date, the first date in the selection or null if the selection is empty. This is a dependency property.
[Bindable(true)]
[TypeConverter(typeof(DateTimeConverter))]
public DateTime? SelectedDate { get; set; }
<Bindable(True)>
<TypeConverter(GetType(DateTimeConverter))>
Public Property SelectedDate As Date?
Type | Description |
---|---|
DateTime? | The selected date. |