Skip to main content

ImageListBoxItem.Images Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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