Back to Devexpress

TdxCustomOrgChart.Images Property

vcl-dxorgchr-dot-tdxcustomorgchart-93ebd483.md

latest922 B
Original Source

TdxCustomOrgChart.Images Property

Specifies the image source for tree nodes.

Declaration

delphi
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

TdxCustomOrgChart.DefaultImageAlign

TdxOcNode.ImageAlign

TdxOcNode.ImageIndex

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit