TreeViewStyles.NodeText Property
In This Article
Gets the style settings defining the appearance of text content for all nodes within the ASPxTreeView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TreeViewNodeTextStyle NodeText { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
The NodeText property provides access to the style settings, defining the appearance style of text content for all nodes within the ASPxTreeView. The property can be overridden at the node level, using the TreeViewNode.TextStyle property.
See Also