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

TreeListSettingsBehavior.FocusNodeOnLoad Property

Gets or sets whether the focused node is displayed when the ASPxTreeList is loaded for the first time.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

[DefaultValue(true)]
public bool FocusNodeOnLoad { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the focused node on the ASPxTreeList’s startup; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to FocusNodeOnLoad
ASPxTreeList
.SettingsBehavior.FocusNodeOnLoad
MVCxTreeList
.SettingsBehavior.FocusNodeOnLoad
TreeListSettings
.SettingsBehavior.FocusNodeOnLoad
TreeListSettings<RowType>
.SettingsBehavior.FocusNodeOnLoad
See Also