TreeListOptionsBehavior.EnterMovesNextColumn Property
OBSOLETE
Use the OptionsNavigation.EnterMovesNextColumn property instead
Gets or sets whether the ENTER key can be used to move focus between cells.
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.EnterMovesNextColumn property instead")]
public virtual bool EnterMovesNextColumn { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to enable focus moving using the ENTER key; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnterMovesNextColumn |
---|---|
TreeList |
|
See Also