The C1ComboBoxItem type exposes the following members.

Constructors

  NameDescription
Public methodC1ComboBoxItem
Initializes a new instance of the C1ComboBoxItem class.

Methods

  NameDescription
Public methodScrollIntoView
Scrolls to this C1ComboBoxItem in the drop-down list.

Properties

  NameDescription
Public propertyCollection
Gets or sets C1ComboBoxItemCollection to which this C1ComboBoxItem belongs.
Public propertyDisabledImageUrl
Gets or sets the URL for the image to be used for disabled state.
Public propertyElement
Gets the element of this C1ComboBoxItem.
Public propertyEnabled
Determines whether the C1ComboBoxItem is enabled in the C1ComboBox drop-down list.
Public propertyHighLightedImageUrl
Gets or sets the URL for the image to be used to show highlighted state.
Public propertyImageUrl
Gets or sets the URL for the image used to show normal state.
Public propertyIndex
Gets the C1ComboBoxItem index in collection.
Public propertyIsSeparator
Determines if the C1ComboBoxItem is a separator so that keyboard navigation ignores it.
Public propertyNextItem
Gets next C1ComboBoxItem.
Public propertyNextVisibleItem
Gets the next visible C1ComboBoxItem.
Public propertyParentComboBox
Gets the parent C1ComboBox.
Public propertyPreviousItem
Gets previous C1ComboBoxItem.
Public propertyPreviousVisibleItem
Gets previous visible C1ComboBoxItem.
Public propertySelected
Determines whether the C1ComboBoxItem is selected.
Public propertyText
Gets or sets the text of the C1ComboBoxItem.
Public propertyValue
Gets or sets a value for this C1ComboBoxItem.
Public propertyVisible
Gets or sets whether this C1ComboBoxItem is visible.

See Also