[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItem

ComboBoxItem Class

Represents drop down item for C1ComboBox control.

Inheritance
ComboBoxItem
Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public class ComboBoxItem

Constructors

Name Description
ComboBoxItem()

Initializes a new instance of the ComboBoxItem class.

Properties

Name Description
DisplayText

Gets or sets the text that is displayed on an item.

Icon

Gets or sets the C1Icon that is displayed on an item.

ImageIndex

Gets or sets the image list index value of the image displayed on an item.

ImageKey

Gets or sets the key accessor for the image in the ImageList.

ImageList

Gets the ImageList that contains the Image displayed on an item.

Value

Gets or sets the value of combobox item.

Methods

Name Description
ResetDisplayText()
ShouldSerializeDisplayText()