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

DataEntryGridIntegerCellProps..::..Value Property

Gets or sets the value.

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

Syntax


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

Field Value

The value.