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

TreeListOptionsNavigation.MoveOnEdit Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool MoveOnEdit { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

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