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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsNavigation.MoveOnEdit property instead")]
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:
Object Type | Path to MoveOnEdit |
---|---|
TreeList |
|
See Also