The C1ComboBoxItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1ComboBoxItem | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AddAttributesToRender |
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag.
(Overrides UIElementAddAttributesToRender(HtmlTextWriter).) | |
| CreateChildControls |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Overrides Control..::..CreateChildControls()()()().) | |
| OnPreRender |
Raises the PreRender event.
(Overrides Control..::..OnPreRender(EventArgs).) | |
| Remove |
Removes this C1ComboBoxItem from Items()()()() collection.
| |
| RenderBeginTag |
RenderBeginTag
(Overrides WebControl..::..RenderBeginTag(HtmlTextWriter).) | |
| RenderContents |
Renders the contents of the control to the specified writer.
(Overrides WebControl..::..RenderContents(HtmlTextWriter).) | |
| RenderControl |
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Overrides Control..::..RenderControl(HtmlTextWriter).) |
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()()()().) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IComparable..::..CompareTo |
IComparable.CompareTo implementation.
|