The C1ComboBoxItem type exposes the following members.

Constructors

  NameDescription
Public methodC1ComboBoxItemOverloaded.

Methods

  NameDescription
Protected methodAddAttributesToRender
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag.
(Overrides UIElementAddAttributesToRender(HtmlTextWriter).)
Protected methodCreateChildControls
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()()()().)
Protected methodOnPreRender
Raises the PreRender event.
(Overrides Control..::..OnPreRender(EventArgs).)
Public methodRemove
Removes this C1ComboBoxItem from Items()()()() collection.
Public methodRenderBeginTag
RenderBeginTag
(Overrides WebControl..::..RenderBeginTag(HtmlTextWriter).)
Protected methodRenderContents
Renders the contents of the control to the specified writer.
(Overrides WebControl..::..RenderContents(HtmlTextWriter).)
Public methodRenderControl
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

  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()()()().)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComparable..::..CompareTo
IComparable.CompareTo implementation.

See Also