Back to Devexpress

TreeViewNodeTextStyle Class

aspnet-devexpress-dot-web-74594441.md

latest2.2 KB
Original Source

TreeViewNodeTextStyle Class

Defines style settings for nodes’ text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeViewNodeTextStyle :
    AppearanceStyle
vb
Public Class TreeViewNodeTextStyle
    Inherits AppearanceStyle

The following members return TreeViewNodeTextStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TreeViewNodeTextStyle

See Also

TreeViewNodeTextStyle Members

Tree View

DevExpress.Web Namespace