Skip to main content

ImageComboBoxItem.Images Property

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.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