ImageComboBoxItem Properties
Represents an individual item in ImageComboBoxEdit controls.| Name | Description |
|---|---|
| Description | Gets or sets the item’s display text. |
| ImageIndex | Gets or sets the index of the image associated with the item. |
| Images | Gets the source that provides images for image combo box items. |
| Value | Gets or sets the item value. This value is assigned to the editor’s edit value when users select the item. Inherited from ComboBoxItem. |
See Also