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