The C1ComboBoxItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AccessKey |
This property is hidden.
(Overrides WebControl..::..AccessKey.) | |
| Cells |
Gets the column data.
| |
| CustomAttributes |
Gets custom attributes HashTable of C1ComboBoxItem.
This Hashtable could be used to store additional info.
| |
| DataItem |
Gets an object that is used in simplified data-binding operations.
| |
| DataItemIndex |
Gets the index of the data item.
| |
| DisabledImageUrl |
Gets or sets the URL for the image to be used for disabled state.
| |
| DisplayIndex |
Gets the display order of the C1ComboBoxItem relative to the currently displayed C1ComboBoxItems.
| |
| Enabled |
Determines whether the C1ComboBoxItem is enabled in the C1ComboBox drop-down list.
(Overrides WebControl..::..Enabled.) | |
| Height |
Gets or sets the height of the C1ComboBoxItem in the C1ComboBox drop-down list.
(Overrides UIElementHeight()()()().) | |
| HighLightedImageUrl |
Gets or sets the URL for the image to be used to show highlighted state.
| |
| ImageUrl |
Gets or sets the URL for the image used to show normal state.
| |
| IsSeparator |
Determines if the C1ComboBoxItem is a separator so that keyboard navigation ignores it.
| |
| Selected |
Determines whether the C1ComboBoxItem is selected.
| |
| StaticKey |
Key for C1ComboItem declared on aspx page.
| |
| TagKey |
Gets the value that corresponds to this Web server control. This property is used primarily by control developers.
(Overrides WebControl..::..TagKey.) | |
| Text |
Gets or sets the text of the C1ComboBoxItem.
| |
| ToolTip |
Gets or sets a tooltip for the current C1ComboBoxItem.
(Overrides WebControl..::..ToolTip.) | |
| Value |
Gets or sets a value for this C1ComboBoxItem.
| |
| Visible |
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Overrides Control..::..Visible.) | |
| Width |
Gets or sets the width of the C1ComboBoxItem in the C1ComboBox drop-down list.
(Overrides UIElementWidth()()()().) |