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

TreeListOptionsBehavior.MoveOnEdit Property

OBSOLETE

Use the OptionsNavigation.MoveOnEdit property instead

Gets or sets whether end-users can navigate through cells using arrow keys while editing.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Property Value

Type Description
Boolean

true to allow end-users to navigate through cells using arrow keys while editing; otherwise, false.

Property Paths

You can access this nested property as listed below:

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