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

DataEntryGrid..::..StoreCurrentCellOnLoadGrid Property

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

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

Syntax


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

Field Value

true if [store current cell on load grid]; otherwise, false.