Skip to main content
Tab

TreeViewStyles.Node Property

Gets the style settings, defining the appearance of nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeViewNodeStyle Node { get; }

Property Value

Type Description
TreeViewNodeStyle

A TreeViewNodeStyle object that contains style settings.

Remarks

The Node property provides access to the style settings, defining the appearance style of all nodes within the current ASPxTreeView control. A specific style can be applied to a particular node by using the node level’s TreeViewNode.NodeStyle property.

See Also