Click or drag to resize

CustomListBoxItemCollection Constructor (IEnumerableCustomListBoxItem)

Initializes a new instance of the CustomListBoxItemCollection class

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public CustomListBoxItemCollection(
	IEnumerable<CustomListBoxItem> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableCustomListBoxItem
See Also