Click or drag to resize

StiComboBoxItem Constructor (String, Object)

Initializes a new instance of the StiComboBoxItem class

Namespace:  Stimulsoft.Dashboard.Components.ComboBox
Assembly:  Stimulsoft.Dashboard (in Stimulsoft.Dashboard.dll) Version: 2019.3.1.0
Syntax
public StiComboBoxItem(
	string label,
	Object value
)

Parameters

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:Stimulsoft.Dashboard.Components.ComboBox.StiComboBoxItem.#ctor(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Dashboard.Components.ComboBox.StiComboBoxItem.#ctor(System.String,System.Object)"]

See Also