[]
Initializes a new instance of the RenderInputComboBoxItem class.
public RenderInputComboBoxItem()
Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text property.
public RenderInputComboBoxItem(string text)
| Type | Name | Description |
|---|---|---|
| string | text | A string to assign to the Text property. |
Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text and UserData properties.
public RenderInputComboBoxItem(string text, object userData)
| Type | Name | Description |
|---|---|---|
| string | text | A string to assign to the Text property. |
| object | userData | Arbitrary value to assign to the UserData property. |