The RenderInputComboBoxItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RenderInputComboBoxItem()()()() |
Initializes a new instance of the RenderInputComboBoxItem class.
|
|
RenderInputComboBoxItem(String) |
Initializes a new instance of the RenderInputComboBoxItem class,
assigning the Text property.
|
|
RenderInputComboBoxItem(String, Object) |
Initializes a new instance of the RenderInputComboBoxItem class,
assigning the Text and UserData properties.
|
Methods
Name | Description | |
---|---|---|
AssignFrom |
Assigns (copies) properties from another RenderInputComboBoxItem to the current object.
|
|
ToString |
Returns the string representation of the current object.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Text |
Gets or sets a text representing the current item in the dropdown list of a RenderInputComboBox.
|
|
UserData |
Gets or sets arbitrary user data associated with the current item.
|