Click or drag to resize

EditableListColumnListEditorItem Constructor (String, String, Boolean)

Initializes a new instance of the EditableListColumnListEditorItem class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public EditableListColumnListEditorItem(
	string text,
	string value,
	bool selected
)

Parameters

text
Type: SystemString
value
Type: SystemString
selected
Type: SystemBoolean
See Also