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

TreeViewStyles.NodeImage Property

Provides access to the style settings used to paint the node images displayed within the ASPxTreeView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public AppearanceStyle NodeImage { get; }

Property Value

Type Description
AppearanceStyle

An AppearanceStyle object that contains style settings.

Remarks

A specific style can be applied to particular node images using the TreeViewNode.ImageStyle property.

See Also