Skip to main content
Tab

TreeViewNodeStyle Class

Defines style settings for nodes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TreeViewNodeStyle :
    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.

See Also