Skip to main content
Tab

TreeViewNode.NodeStyle Property

Gets the node’s style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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