RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

IDropDownCalendar..::..SelectedDate Property

Gets or sets the selected date.

Namespace:  RingSoft.DataEntryControls.WPF.DropDownEditControls
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


Nullable<DateTime> SelectedDate { get; set; }
Property SelectedDate As Nullable(Of DateTime)
	Get
	Set
property Nullable<DateTime^> SelectedDate {
	Nullable<DateTime^> get ();
	void set (Nullable<DateTime^> value);
}

Field Value

The selected date.