Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeCustomNode.ImageIndex Property

Specifies the node image index.

#Declaration

Delphi
property ImageIndex: Integer read; write;

#Property Value

Type Description
Integer

An image index.

#Remarks

The node’s owner provides access to an image storage. Assign an image’s index in this storage to the ImageIndex property to display the image in the node. You can assign -1 to this property to display no image in the node.

The default value of the ImageIndex property is 0.

See Also