TdxTreeCustomNode.ImageIndex Property
Specifies the node image index.
Declaration
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