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

ComboBoxProperties.ShowImageInEditBox Property

Gets or sets whether the image should be displayed within an editor’s edit box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool ShowImageInEditBox { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the image is allowed to be displayed within an edit box; otherwise, false.

Remarks

Use the ShowImageInEditBox property to specify whether the image of the selected item should be displayed within the edit box. To define the image for the editor’s item, use the ListEditItem.ImageUrl property.

Note

The ShowImageInEditBox property synchronizes its value with the editor’s ASPxComboBox.ShowImageInEditBox property.

See Also