Back to Devexpress

TdxOcNode.ImageIndex Property

vcl-dxorgchr-dot-tdxocnode-e7c51853.md

latest720 B
Original Source

TdxOcNode.ImageIndex Property

Specifies an image displayed within the tree node.

Declaration

delphi
property ImageIndex: SmallInt read; write;

Property Value

Type
SmallInt

Remarks

Use this property to associate the tree node with an image in the Owner.Images list. The node displays no image if the ImageAlign and ImageIndex properties are set to iaNone or -1 , respectively.

See Also

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit