TreeListOptionsBehavior.AutoFocusNewNode Property
OBSOLETE
Use the OptionsNavigation.AutoFocusNewNode property instead
Gets or sets whether a newly added node is automatically focused.
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.AutoFocusNewNode property instead")]
public virtual bool AutoFocusNewNode { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if a newly added node is automatically focused; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AutoFocusNewNode |
---|---|
TreeList |
|
Remarks
Use the TreeListOptionsNavigation.AutoFocusNewNode property instead.
See Also