TdxListViewImageOptions.StateImages Property
Specifies the source image list for item states.
Declaration
property StateImages: 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