Back to Devexpress

TreeListOptionsBehavior.EnterMovesNextColumn Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-7db6688f.md

latest2.1 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsNavigation.EnterMovesNextColumn property instead")]
public virtual bool EnterMovesNextColumn { get; set; }
vb
<Obsolete("Use the OptionsNavigation.EnterMovesNextColumn property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property EnterMovesNextColumn As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnterMovesNextColumn
TreeList

.OptionsBehavior .EnterMovesNextColumn

|

See Also

EnterMovesNextColumn

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace