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