[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBoxItem.-ctor

RenderInputComboBoxItem Constructor

RenderInputComboBoxItem()

Initializes a new instance of the RenderInputComboBoxItem class.

Declaration
public RenderInputComboBoxItem()

RenderInputComboBoxItem(string)

Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text property.

Declaration
public RenderInputComboBoxItem(string text)
Parameters
Type Name Description
string text

A string to assign to the Text property.

RenderInputComboBoxItem(string, object)

Initializes a new instance of the RenderInputComboBoxItem class, assigning the Text and UserData properties.

Declaration
public RenderInputComboBoxItem(string text, object userData)
Parameters
Type Name Description
string text

A string to assign to the Text property.

object userData

Arbitrary value to assign to the UserData property.