TdxCustomOrgChart.Images Property
Specifies the image source for tree nodes.
Declaration
property Images: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Use this property to associate the control with the image list. To associate a specific node with an image, assign its index to the node’s ImageIndex property.
See Also