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

TreeListOptionsBehavior.EnterMovesNextColumn Property

OBSOLETE

Use the OptionsNavigation.EnterMovesNextColumn property instead

Gets or sets whether the ENTER key can be used to move focus between cells.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsNavigation.EnterMovesNextColumn property instead")]
public virtual bool EnterMovesNextColumn { get; set; }

Property Value

Type Description
Boolean

true to enable focus moving using the ENTER key; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnterMovesNextColumn
TreeList
.OptionsBehavior .EnterMovesNextColumn
See Also