aspnet-devexpress-dot-web-74594441.md
Defines style settings for nodes’ text.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeViewNodeTextStyle :
AppearanceStyle
Public Class TreeViewNodeTextStyle
Inherits AppearanceStyle
The following members return TreeViewNodeTextStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TreeViewNodeTextStyle
See Also