[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBox.-ctor

RenderInputComboBox Constructor

RenderInputComboBox()

Initializes a new instance of the RenderInputComboBox class.

Declaration
public RenderInputComboBox()

RenderInputComboBox(params string[])

Initializes a new instance of the RenderInputComboBox class, assigning Items from the specified strings.

Declaration
public RenderInputComboBox(params string[] items)
Parameters
Type Name Description
string[] items

The strings that are used to initialize the Items array.