Skip to main content

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

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsNavigation.AutoMoveRowFocus property instead")]
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:

Object Type Path to AutoMoveRowFocus
TreeList
.OptionsBehavior .AutoMoveRowFocus
See Also