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

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

Library Object Type Path to EnterMovesNextColumn
WinForms Controls ResourcesTree
.OptionsBehavior .EnterMovesNextColumn
TreeList
.OptionsBehavior .EnterMovesNextColumn
Reporting XRDesignFieldList
.OptionsBehavior .EnterMovesNextColumn
XRDesignReportExplorer
.OptionsBehavior .EnterMovesNextColumn
See Also