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

TreeViewNodeTextStyle Class

Defines style settings for nodes’ text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TreeViewNodeTextStyle :
    AppearanceStyle

The following members return TreeViewNodeTextStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions TreeViewNode.TextStyle
TreeViewStyles.NodeText
ASP.NET Bootstrap Controls BootstrapTreeViewNode.TextStyle

Remarks

The TreeViewNodeTextStyle class contains settings that define the appearance of text within nodes of the ASPxTreeView control.

An object of the TreeViewNodeTextStyle type can be accessed via the TreeViewNode.TextStyle and TreeViewStyles.NodeText properties.

See Also