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

Declaration

[Obsolete("Use the OptionsNavigation.EnterMovesNextColumn property instead")]
[Browsable(false)]
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 GanttControl
.OptionsBehavior.EnterMovesNextColumn
ResourcesTree
.OptionsBehavior.EnterMovesNextColumn
TreeList
.OptionsBehavior.EnterMovesNextColumn
Reporting XRDesignFieldList
.OptionsBehavior.EnterMovesNextColumn
XRDesignReportExplorer
.OptionsBehavior.EnterMovesNextColumn
See Also