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

TreeListStyles.FocusedNode Property

Gets the style settings used to paint the currently focused node.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListNodeStyle FocusedNode { get; }

Property Value

Type Description
TreeListNodeStyle

A TreeListNodeStyle object that contains style settings used to paint the focused node.

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.

See Also