Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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