[]
Gets an array of objects containing the specified collection.
protected override object[] GetItems(object editValue)
Protected Overrides Function GetItems(editValue As Object) As Object()
Type | Name | Description |
---|---|---|
object | editValue | The collection to edit. |
Type | Description |
---|---|
object[] | An array containing the collection objects, or an empty object array if the specified collection does not inherit from ICollection |