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

ImageListBoxItem.Images Property

Gets the source of images which provides images for image list box items.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
Object

An Object which represents the source of images.

Remarks

The source of images is specified by the BaseImageListBoxControl.ImageList property.

See Also