General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
TreeListSettingsBehavior.AllowFocusedNode Property
Gets or sets whether the focused node is displayed.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll
Declaration
[DefaultValue(false)]
public bool AllowFocusedNode { get; set; }
<DefaultValue(False)>
Public Property AllowFocusedNode As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true to display the focused node; otherwise, false. |
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
Feedback