When true, clicking outside of an active Data Entry field will write the value (the Escape key can still be used to cancel writing the value). When false, clicking outside of an active Data Entry field will cancel the write (the Enter key or Tab key must be used to write the value). The default value is false. Use with caution since setting this to true may increase the likelihood of unintended writes by operators.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool DataEntryLostFocusWritesValue { get; set; }
Visual Basic
Public Property DataEntryLostFocusWritesValue As Boolean
	Get
	Set
JScript
function get DataEntryLostFocusWritesValue () : boolean
function set DataEntryLostFocusWritesValue (value : boolean)

See Also