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

LayoutGroup.ImageList Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
public virtual object ImageList { get; }

Property Value

Type Description
Object

An object which represents an image collection.

Remarks

This property returns the image collection assigned to the LayoutControl.Images property. See this topic for more information.

See Also