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

DataEntryGrid..::..SetTabFocusToSelectedCell Property

Gets or sets a value indicating whether [set tab focus to selected cell].This is a bind-able property.

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

Syntax


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

Field Value

true if [set tab focus to selected cell]; otherwise, false.