Back to Devexpress

TreeListOptionsBehavior.MoveOnEdit Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-94bc1247.md

latest2.0 KB
Original Source

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

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

Declaration

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

Property Value

TypeDescription
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:

Object TypePath to MoveOnEdit
TreeList

.OptionsBehavior .MoveOnEdit

|

See Also

MoveOnEdit

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace