[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.AddRangeValues

AddRangeValues Method

AddRangeValues(IEnumerable<object>)

Adds values of the specified collection to the end of the ComboBoxItemCollection.

Declaration
public void AddRangeValues(IEnumerable<object> values)
Parameters
Type Name Description
IEnumerable<object> values

The specified collection of values.