Gets or sets whether a custom value (a value that is not present in the lookup data source) that is entered in the edit box is accepted by the editor (when the value is validated and editor loses focus). This property supports Combobox mode for the lookup editor.
Namespace:DevExpress.XtraEditors.Repository
Assembly:DevExpress.XtraEditors.v19.2.dll

Syntax
C# |
public DefaultBoolean AcceptEditorTextAsNewValue { get; set; }
|
VB |
Public Property AcceptEditorTextAsNewValue As DefaultBoolean
|
Property value
Type:
DefaultBoolean
A value that specifies if custom values are accepted by the editor. The DefaultBoolean.Default property value is equivalent to True.
The default is DefaultBoolean.Default.

Remarks
The AcceptEditorTextAsNewValue property supports Combobox mode for the lookup editor. See the Combobox Mode - Allow Entering New Values topic to learn more.

See Also