MobileForms Toolkit Documentation

ItemComboBox.StringData Property

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

public string[] StringData {get; set;}

Property Value

An string array representing the items located in the ComboBox.

Remarks

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.

See Also

ItemComboBox Class | Resco.Controls.DetailView Namespace