[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.UnSelectedImageIndex

UnSelectedImageIndex Property

UnSelectedImageIndex

Gets or sets the index of the image that is shown on the editor area when user the does not select an item in the drop-down list.

Declaration
[Browsable(true)]
[TypeConverter(typeof(ImageIndexConverter))]
public int UnSelectedImageIndex { get; set; }
<Browsable(True)>
<TypeConverter(GetType(ImageIndexConverter))>
Public Property UnSelectedImageIndex As Integer
Property Value
Type Description
int

An int value that indicates the image index.
The default is -1.

Remarks

When the SelectedItem is null and the TextBoxStyle property is ImageOnly or Both, an image is displayed in the edit area based on the index value.