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

ImageComboBoxItem.Images Property

Gets the source that provides images for image combo box items.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Object

An Object which represents the source of images.

See Also