windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-fbf9b1a3.md
Use the OptionsNavigation.AutoMoveRowFocus property instead
Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous node when the current node’s last/first cell is focused.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsNavigation.AutoMoveRowFocus property instead")]
public virtual bool AutoMoveRowFocus { get; set; }
<Obsolete("Use the OptionsNavigation.AutoMoveRowFocus property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property AutoMoveRowFocus As Boolean
| Type | Description |
|---|---|
| Boolean |
true if horizontal navigation keys can move focus between nodes; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to AutoMoveRowFocus |
|---|---|
| TreeList |
.OptionsBehavior .AutoMoveRowFocus
|
See Also
AutoMoveRowFocus