Skip to main content

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

NuGet Package: DevExpress.Web

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
See Also