Skip to main content

TdxBarTreeViewCombo.Images Property

Specifies the images that appear to the left of node text.

Declaration

property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Use this property to set or access the image list whose images are associated with dropdown tree nodes. The image index, associated with the dropdown tree node, is stored in the ImageIndex property of the dropdown tree node.

See Also