Click or drag to resize
Accord.NET (logo)

NumericCollectionEditorForm Constructor (NumericCollectionEditor, Object)

Initializes a new instance of the NumericCollectionEditorForm class.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public NumericCollectionEditorForm(
	NumericCollectionEditor editor,
	Object value
)
Request Example View Source

Parameters

editor
Type: Accord.ControlsNumericCollectionEditor
The editor.
value
Type: SystemObject
The value.
See Also