|
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
)
Public Overridable Sub SetItems (
editValue As Object,
values As Object()
)
Request Example
View SourceParameters
- editValue
- Type: SystemObject
The collection object being edited. - values
- Type: SystemObject
The objects to be added in the collection.
See Also