The RenderInputComboBoxItem type exposes the following members.

Constructors

  Name Description
Public method RenderInputComboBoxItem()()()()
Initializes a new instance of the RenderInputComboBoxItem class.
Public method RenderInputComboBoxItem(String)
Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text property.
Public method RenderInputComboBoxItem(String, Object)
Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text and UserData properties.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another RenderInputComboBoxItem to the current object.
Public method ToString
Returns the string representation of the current object.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Text
Gets or sets a text representing the current item in the dropdown list of a RenderInputComboBox.
Public property UserData
Gets or sets arbitrary user data associated with the current item.

See Also