[]
Represents an item in the Items collection of a RenderInputComboBox.
[C1ClassSerialization(true)]
public class RenderInputComboBoxItem
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. |
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. |
Name | Description |
---|---|
AssignFrom(RenderInputComboBoxItem) | Assigns (copies) properties from another RenderInputComboBoxItem to the current object. |
ToString() | Returns the string representation of the current object. |