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