Back to Devexpress

BaseEdit.EnterMoveNextControl Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-93093213.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool EnterMoveNextControl { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Overridable Property EnterMoveNextControl As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace