Skip to main content
A newer version of this page is available. .

BaseEdit.EnterMoveNextControl Property

Gets or sets whether focus is moved to the next control (according to the tab order) when an end-user presses ENTER.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public virtual bool EnterMoveNextControl { get; set; }

Property Value

Type Default Description
Boolean **false**

true if focus is moved to the next control (according to the tab order) when an end-user presses ENTER; otherwise, false.

See Also