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

DropDownCalendar..::..MinimumDate Property

Gets or sets the minimum date.

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

Syntax


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

Field Value

The minimum date.