Gets or sets an object representing the array of the items contained in this ComboBox.
An object array representing the items located in the ComboBox.
You can use this method to obtain the 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.
ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace