Click or drag to resize
Accord.NET (logo)

NumericCollectionEditorGetItems Method

Gets the items in the collection as a object.

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

Parameters

editValue
Type: SystemObject
The collection object being edited.

Return Value

Type: Object
The items contained in editValue.
See Also