TreeListStyles.FocusedNode Property
Gets the style settings used to paint the currently focused node.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListNodeStyle FocusedNode { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
To enable the focused node feature, set the TreeListSettingsBehavior.AllowFocusedNode property to true
.
To specify style settings used to paint nodes, use the TreeListStyles.Node property.