Skip to main content

TreeListSettingsBehavior.AllowFocusedNode Property

Gets or sets whether the focused node is displayed.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowFocusedNode { get; set; }

Property Value

Type Default Description
Boolean false

true to display the focused node; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowFocusedNode
ASPxTreeList
.SettingsBehavior .AllowFocusedNode

Remarks

If the AllowFocusedNode property is set to false, the focused node feature is disabled. In this instance, the ASPxTreeList.FocusedNode property’s value is always null and the ASPxTreeList.FocusedNodeChanged event isn’t raised. The style settings used to paint the focused node are not used.

To learn more, see Focused Node.

See Also