Back to Devexpress

TreeListOptionsNavigation.MoveOnEdit Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsnavigation-9f02bc27.md

latest1.7 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool MoveOnEdit { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property MoveOnEdit As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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:

Object TypePath to MoveOnEdit
TreeList

.OptionsNavigation .MoveOnEdit

|

See Also

TreeListOptionsNavigation Class

TreeListOptionsNavigation Members

DevExpress.XtraTreeList Namespace