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

TreeListOptionsNavigation.AutoFocusNewNode Property

Gets or sets whether a newly added node is automatically focused.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AutoFocusNewNode { get; set; }

Property Value

Type Default Description
Boolean **false**

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 GanttControl
.OptionsNavigation .AutoFocusNewNode
ResourcesTree
.OptionsNavigation .AutoFocusNewNode
TreeList
.OptionsNavigation .AutoFocusNewNode
Reporting XRDesignFieldList
.OptionsNavigation .AutoFocusNewNode
XRDesignReportExplorer
.OptionsNavigation .AutoFocusNewNode
See Also