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

DataEntryGridDateCellProps..::..Value Property

Gets or sets the value.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
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.