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

TreeViewImages.NodeImage Property

Provides access to the settings that define common images, displayed within node content for different node states.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ItemImageProperties NodeImage { get; }

Property Value

Type Description
ItemImageProperties

An ItemImageProperties object that contains image settings.

Remarks

Use the NodeImage property to assign common images to all nodes within the ASPxTreeView control for the different node states: normal, disabled, hottracked, and selected. This property can be overridden at the node level, using the TreeViewNode.Image property.

See Also