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
Declaration
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