TreeViewStyles.Node Property
In This Article
Gets the style settings, defining the appearance of nodes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeViewNodeStyle Node { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The Node property provides access to the style settings, defining the appearance style of all nodes within the current ASPxTreeView control. A specific style can be applied to a particular node by using the node level’s TreeViewNode.NodeStyle property.
See Also