Back to Devexpress

TreeListOptionsBehavior.AutoMoveRowFocus Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-fbf9b1a3.md

latest2.1 KB
Original Source

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

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

Declaration

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

Property Value

TypeDescription
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 TypePath to AutoMoveRowFocus
TreeList

.OptionsBehavior .AutoMoveRowFocus

|

See Also

AutoMoveRowFocus

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace