ComboBoxProperties.ShowImageInEditBox Property
Gets or sets whether the image should be displayed within an editor’s edit box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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