Skip to main content
A newer version of this page is available. .
Tab

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.v19.2.dll

Declaration

public TreeViewNodeTextStyle NodeText { get; }

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