Represents an item in the C1ComboBox drop-down list.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public class C1ComboBoxItem : UIElement, 
	IComparable, IDataItemContainer, INamingContainer
Visual Basic (Declaration)
Public Class C1ComboBoxItem _
	Inherits UIElement _
	Implements IComparable, IDataItemContainer, INamingContainer

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      UIElement
        C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxItem

See Also