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

DataEntryGrid..::..StoreCurrentCellOnLostFocus Property

Gets or sets a value indicating whether [store current cell on lost focus]. This is a bind-able property.

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

Syntax


public bool StoreCurrentCellOnLostFocus { get; set; }
Public Property StoreCurrentCellOnLostFocus As Boolean
	Get
	Set
public:
property bool^ StoreCurrentCellOnLostFocus {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [store current cell on lost focus]; otherwise, false.