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

DateEditControl..::..MaximumDate Property

Gets or sets the maximum date. This is a bind-able property.

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

Syntax


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

Field Value

The maximum date.