TreeListStyles.Node Property
In This Article
Gets the style settings used to paint nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeListNodeStyle Node { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#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