TreeListStyles.Node Property
Gets the style settings used to paint nodes.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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