Skip to main content
A newer version of this page is available. .

LayoutControlItem.ItemImages Property

Returns the collection of images that can be displayed within the current item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Browsable(false)]
public ImageCollection ItemImages { get; }

Property Value

Type Description
ImageCollection

An ImageCollection object that contains images.

Remarks

Use the LayoutControl.Images property to provide images for layout items.

See Also