Click or drag to resize
Accord.NET (logo)

NumericCollectionEditorSetItems Method

Sets the items in the collection.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public virtual void SetItems(
	Object editValue,
	Object[] values
)
Request Example View Source

Parameters

editValue
Type: SystemObject
The collection object being edited.
values
Type: SystemObject
The objects to be added in the collection.
See Also