Back to Devexpress

TreeViewNodeStyle Class

aspnet-devexpress-dot-web-88c199ac.md

latest2.2 KB
Original Source

TreeViewNodeStyle Class

Defines style settings for nodes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeViewNodeStyle :
    AppearanceItemStyle
vb
Public Class TreeViewNodeStyle
    Inherits AppearanceItemStyle

The following members return TreeViewNodeStyle objects:

Remarks

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

An object of the TreeViewNodeStyle type can be accessed via the TreeViewNode.NodeStyle and TreeViewStyles.Node properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle TreeViewNodeStyle

See Also

TreeViewNodeStyle Members

Tree View

DevExpress.Web Namespace