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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RenderInputComboBoxItem(
	string text
)
Visual Basic
Public Sub New ( _
	text As String _
)

Parameters

text
Type: System..::..String
A string to assign to the Text property.

See Also