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

TreeViewNode.NodeStyle Property

Gets the node’s style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public TreeViewNodeStyle NodeStyle { get; }

Property Value

Type Description
TreeViewNodeStyle

A TreeViewNodeStyle object that contains the style settings of a node.

Remarks

The NodeStyle property provides access to the style settings, which define the appearance style of a particular node. A common appearance style can be applied to all nodes within an ASPxTreeView control, by using the TreeViewStyles.Node property.

See Also