MobileForms Toolkit Documentation

ItemAdvancedComboBox.Items Property

Gets or sets an object representing the array of the items contained in this ComboBox.

public object[] Items {get; set;}

Property Value

An object array representing the items located in the ComboBox.

Remarks

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.

See Also

ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace