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

TreeListOptionsBehavior.AutoMoveRowFocus Property

OBSOLETE

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

Declaration

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

Property Value

Type Description
Boolean

true if horizontal navigation keys can move focus between nodes; otherwise, false.

Property Paths

You can access this nested property as listed below:

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