TdxCustomTreeView.Images Property
Specifies the source image list.
Declaration
property Images: TCustomImageList read; write;
Property Value
| Type | Description |
|---|---|
| TCustomImageList | A source image list. |
Remarks
Tip
You can use a TcxImageList component as an image source.
See Also