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

LayoutControlItem.Images Property

Gets an image collection whose images can be displayed within the current item.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
public virtual object Images { get; set; }

Property Value

Type Description
Object

An object that represents the image source.

Remarks

You can associate an image with the layout item by using the LayoutControlItem.ImageIndex property. This property addresses an image in an image source by its index. The image source can be specified as follows. In a LayoutControl, it can be assigned to the LayoutControl.Images property. In a LayoutView (Grid Control), the source of images can be assigned to the ColumnView.Images property.

The LayoutControlItem.Images property returns the image source being used. Do not set this property directly.

See Also