GridColumn.AddComboBox

AddComboBox(ICollection)

Adds a combobox to the column.

public void AddComboBox(ICollection items)
ParameterTypeDescription
itemsICollectionThe collection of the items contained in ComboBox.

See Also


AddComboBox(ICollection, ICollection)

Adds a combobox to the column.

public void AddComboBox(ICollection items, ICollection values)
ParameterTypeDescription
itemsICollectionThe collection of the items contained in ComboBox.
valuesICollectionThe collection of the values contained in ComboBox.

See Also