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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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