Method SetItems
SetItems(object, IEnumerable)
Sets the specified sequence as the items of the collection.
protected virtual void SetItems(object editValue, IEnumerable items)
Parameters
editValueobjectThe collection to edit.
itemsIEnumerableA sequence of objects to set as collection items.