Back to Devexpress

TreeListOptionsNavigation.AutoFocusNewNode Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsnavigation-a29f8005.md

latest1.7 KB
Original Source

TreeListOptionsNavigation.AutoFocusNewNode Property

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
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AutoFocusNewNode { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property AutoFocusNewNode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

.OptionsNavigation .AutoFocusNewNode

|

See Also

TreeListOptionsNavigation Class

TreeListOptionsNavigation Members

DevExpress.XtraTreeList Namespace