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
Declaration
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