Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Obsolete("Use the OptionsNavigation.AutoFocusNewNode property instead")]
[Browsable(false)]
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:

Library Object Type Path to AutoFocusNewNode
WinForms Controls ResourcesTree
.OptionsBehavior.AutoFocusNewNode
TreeList
.OptionsBehavior.AutoFocusNewNode
Reporting XRDesignFieldList
.OptionsBehavior.AutoFocusNewNode
XRDesignReportExplorer
.OptionsBehavior.AutoFocusNewNode

Remarks

Use the TreeListOptionsNavigation.AutoFocusNewNode property instead.

See Also