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

DateEditProcessor..::..Value Property

Gets the value.

Namespace:  RingSoft.DataEntryControls.Engine.Date
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


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

Field Value

The value.