|
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
)
Public Overridable Function GetItems (
editValue As Object
) As Object()
Request Example
View SourceParameters
- editValue
- Type: SystemObject
The collection object being edited.
Return Value
Type:
ObjectThe items contained in
editValue.
See Also