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

TreeViewNodeStyle Class

Defines style settings for nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class TreeViewNodeStyle :
    AppearanceItemStyle

The following members return TreeViewNodeStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions TreeViewNode.NodeStyle
TreeViewStyles.Node
ASP.NET Bootstrap Controls BootstrapTreeViewNode.NodeStyle

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.

See Also