The C1ComboBoxItem type exposes the following members.

Properties

  NameDescription
Public propertyAccessKey
This property is hidden.
(Overrides WebControl..::..AccessKey.)
Public propertyCells
Gets the column data.
Public propertyCustomAttributes
Gets custom attributes HashTable of C1ComboBoxItem. This Hashtable could be used to store additional info.
Public propertyDataItem
Gets an object that is used in simplified data-binding operations.
Public propertyDataItemIndex
Gets the index of the data item.
Public propertyDisabledImageUrl
Gets or sets the URL for the image to be used for disabled state.
Public propertyDisplayIndex
Gets the display order of the C1ComboBoxItem relative to the currently displayed C1ComboBoxItems.
Public propertyEnabled
Determines whether the C1ComboBoxItem is enabled in the C1ComboBox drop-down list.
(Overrides WebControl..::..Enabled.)
Public propertyHeight
Gets or sets the height of the C1ComboBoxItem in the C1ComboBox drop-down list.
(Overrides UIElementHeight()()()().)
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 propertyIsSeparator
Determines if the C1ComboBoxItem is a separator so that keyboard navigation ignores it.
Public propertySelected
Determines whether the C1ComboBoxItem is selected.
Public propertyStaticKey
Key for C1ComboItem declared on aspx page.
Protected propertyTagKey
Gets the value that corresponds to this Web server control. This property is used primarily by control developers.
(Overrides WebControl..::..TagKey.)
Public propertyText
Gets or sets the text of the C1ComboBoxItem.
Public propertyToolTip
Gets or sets a tooltip for the current C1ComboBoxItem.
(Overrides WebControl..::..ToolTip.)
Public propertyValue
Gets or sets a value for this C1ComboBoxItem.
Public propertyVisible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Overrides Control..::..Visible.)
Public propertyWidth
Gets or sets the width of the C1ComboBoxItem in the C1ComboBox drop-down list.
(Overrides UIElementWidth()()()().)

See Also