Skip to main content

TreeListStyles.FocusedNode Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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