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). Default is to use the document-level setting for DataEntryLostFocusWritesValues.

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

Syntax

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

See Also