TreeViewStyles.NodeText Property
Gets the style settings defining the appearance of text content for all nodes within the ASPxTreeView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeViewNodeTextStyle | A TreeViewNodeTextStyle object that contains style settings. |
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