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

DataEntryGrid..::..EnterToTab Property

Gets or sets a value indicating whether to convert ENTER key to Tab key. This is a bind-able property.

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

Syntax


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

Field Value

true if [enter to tab]; otherwise, false.