Back to Devexpress

TdxLayoutImageOptions.Images Property

vcl-dxlayoutcontainer-dot-tdxlayoutimageoptions.md

latest1.2 KB
Original Source

TdxLayoutImageOptions.Images Property

Provides caption images for enabled items.

Declaration

delphi
property Images: TCustomImageList read; write;

Property Value

Type
TCustomImageList

Remarks

Use the Images property to bind an image list to the layout control.

Images from the collection are specified by the item’s CaptionOptions.ImageIndex property. This property is used to specify images for item captions by the corresponding index from both the DisabledImages and Images lists.

An image from the Images list is automatically displayed in the caption, if the item is enabled (the item’s Enabled property is True ).

See Also

TdxLayoutImageOptions Class

TdxLayoutImageOptions Members

dxLayoutContainer Unit