Skip to main content

TreeListStyles.Node Property

Gets the style settings used to paint nodes.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListNodeStyle Node { get; }

Property Value

Type Description
TreeListNodeStyle

A TreeListNodeStyle object that provides style settings used to paint nodes.

Remarks

To specify style settings used to paint selected nodes and the currently focused node, use the TreeListStyles.SelectedNode and TreeListStyles.FocusedNode properties, respectively.

See Also