Skip to main content

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

NuGet Package: 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