Gets or sets an string representing the array of the items contained in this ComboBox.
An string array representing the items located in the ComboBox.
You can use this method to obtain the string of item at the specified location within the ComboBox. You can use IndexOf to find the location of an object, or you can use the index return from the Add method.
ItemComboBox Class | Resco.Controls.DetailView Namespace