Back to Devexpress

TreeListOptionsBehavior.AutoFocusNewNode Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-de1f7640.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsNavigation.AutoFocusNewNode property instead")]
public virtual bool AutoFocusNewNode { get; set; }
vb
<Obsolete("Use the OptionsNavigation.AutoFocusNewNode property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property AutoFocusNewNode As Boolean

Property Value

TypeDescription
Boolean

true if a newly added node is automatically focused; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoFocusNewNode
TreeList

.OptionsBehavior .AutoFocusNewNode

|

Remarks

Use the TreeListOptionsNavigation.AutoFocusNewNode property instead.

See Also

AutoFocusNewNode

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace